From cb8595d92d47e99b63b58e0c718776885bb32fed Mon Sep 17 00:00:00 2001 From: "jack.casey" Date: Mon, 23 Sep 2024 11:53:03 -0700 Subject: [PATCH] Add force taint docs --- docs/node-termination.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/node-termination.md b/docs/node-termination.md index 2e8e99ac..9b48c617 100644 --- a/docs/node-termination.md +++ b/docs/node-termination.md @@ -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. \ No newline at end of file