Skip to content

Commit

Permalink
docs: remove a troubleshooting step missed in the last PR (aws#3234)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellistarn authored Jan 19, 2023
1 parent 45a512d commit 5844369
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions website/content/en/v0.22.1/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
```
Expand Down

0 comments on commit 5844369

Please sign in to comment.