clever-salesmen-35792
03/03/2023, 7:33 PMInternal error occurred: failed calling webhook "rancher.cattle.io.secrets": failed to call webhook: Post "<https://rancher-webhook.cattle-system.svc:443/v1/webhook/mutation/secrets?timeout=10s>": context deadline exceeded
9443
which is weird because it has been working for a long time....bitter-breakfast-14780
03/06/2023, 2:13 PMclever-salesmen-35792
03/06/2023, 5:19 PMkubectl delete secret -n cattle-system cattle-webhook-tls
kubectl delete <http://mutatingwebhookconfigurations.admissionregistration.k8s.io|mutatingwebhookconfigurations.admissionregistration.k8s.io> --ignore-not-found=true <http://rancher.cattle.io|rancher.cattle.io>
kubectl delete pod -n cattle-system -l app=rancher-webhook
The firewall changes were needed for our private clusters in GKE.bitter-breakfast-14780
03/06/2023, 6:11 PM