Reputation: 1
Not able to create cluster using existing nodes (RKE) on rancher 2.5.10. Firewall is disabled by default on all the servers.
Internal error occurred: failed calling webhook "rancherauth.cattle.io": Post https://rancher-webhook.cattle-system.svc:443/v1/webhook/validation?timeout=10s: context deadline exceeded.
Upvotes: 0
Views: 3528
Reputation: 21
reference: https://rancher.com/docs/rancher/v2.6/en/troubleshooting/expired-webhook-certificates/
kubectl delete secret -n cattle-system cattle-webhook-tls
kubectl delete mutatingwebhookconfigurations.admissionregistration.k8s.io --ignore-not-found=true rancher.cattle.io
kubectl delete pod -n cattle-system -l app=rancher-webhook
Upvotes: 2