From 584436944a9d0880bcb9240fcfd679f1a1b55a8a Mon Sep 17 00:00:00 2001 From: Ellis Tarn Date: Wed, 18 Jan 2023 16:21:32 -0800 Subject: [PATCH] docs: remove a troubleshooting step missed in the last PR (#3234) --- website/content/en/v0.22.1/troubleshooting.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/website/content/en/v0.22.1/troubleshooting.md b/website/content/en/v0.22.1/troubleshooting.md index 2f57252fed8f..01b8bbdf9989 100644 --- a/website/content/en/v0.22.1/troubleshooting.md +++ b/website/content/en/v0.22.1/troubleshooting.md @@ -8,18 +8,6 @@ description: > ## Installation -### Installation Webhook Timeout on v0.19.0+ - -If you're upgrading from before `v0.19.0` to `v0.19.0+`, are using ArgoCD, and are unable to call your webhook with the following error, your ArgoCD sync may be trying to check for webhooks that no longer exist, since the name has changed. - -`Internal error occurred: failed calling webhook "validation.webhook.provisioners.karpenter.sh":` - -Delete the stale webhooks. After the following, sync ArgoCD once again. -``` -kubectl delete mutatingwebhookconfigurations defaulting.webhook.provisioners.karpenter.sh -kubectl delete validatingwebhookconfiguration validation.webhook.provisioners.karpenter.sh -``` - ### Missing Service Linked Role Unless your AWS account has already onboarded to EC2 Spot, you will need to create the service linked role to avoid `ServiceLinkedRoleCreationNotPermitted`. ```