Skip to content

Commit

Permalink
Add force taint docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jackcasey-visier committed Sep 23, 2024
1 parent 1a51f98 commit cb8595d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/node-termination.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,15 @@ metadata:
annotations:
atlassian.com/no-delete: "testing some long running bpf tracing"
```
## Force Tainting
Force Tainting provides a mechanism for Escalator to promptly remove nodes tainted by an external system, or administrator.
This is implemented by applying a taint to the node, with the following key:
```
atlassian.com/escalator-force
```

The node will be removed as soon as all non-daemonset pods are completed. This is useful when nodes must be removed asap, but running pods should not be killed.

0 comments on commit cb8595d

Please sign in to comment.