Skip to content

Commit

Permalink
update Getting Started cleanup commands (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjerad authored Aug 18, 2021
1 parent ff42040 commit d2e87ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/content/en/docs/getting-started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,8 @@ kubectl delete node $NODE_NAME
To avoid additional charges, remove the demo infrastructure from your AWS account.

```bash
helm uninstall karpenter --namespace karpenter
eksctl delete iamserviceaccount --cluster ${CLUSTER_NAME} --name karpenter --namespace karpenter
aws cloudformation delete-stack --stack-name Karpenter-${CLUSTER_NAME}
aws ec2 describe-launch-templates \
| jq -r ".LaunchTemplates[].LaunchTemplateName" \
Expand Down

0 comments on commit d2e87ba

Please sign in to comment.