Skip to content

Commit

Permalink
fix anchor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bwagner5 committed Apr 6, 2022
1 parent e678d15 commit dd713a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/en/preview/tasks/deprovisioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ There are both automated and manual ways of deprovisioning nodes provisioned by
kubectl delete nodes -l karpenter.sh/provisioner-name=$PROVISIONER_NAME
```

Whether through node expiry or manual deletion, Karpenter seeks to follow graceful termination procedures as described in Kubernetes [Graceful node shutdown](https://kubernetes.io/docs/concepts/architecture/nodes/#graceful-node-shutdow) documentation.
Whether through node expiry or manual deletion, Karpenter seeks to follow graceful termination procedures as described in Kubernetes [Graceful node shutdown](https://kubernetes.io/docs/concepts/architecture/nodes/#graceful-node-shutdown) documentation.
If the Karpenter controller is removed or fails, the finalizers on the nodes are orphaned and will require manual removal.


Expand Down

0 comments on commit dd713a2

Please sign in to comment.