From 82b3f40d3b729255c15bbaae3dacdc61eb43d565 Mon Sep 17 00:00:00 2001 From: Bryan Stenson Date: Sun, 19 Nov 2023 00:44:57 -0800 Subject: [PATCH] typo --- .../add-karpenter-donot-evict/add-karpenter-donot-evict.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/karpenter/add-karpenter-donot-evict/add-karpenter-donot-evict.yaml b/karpenter/add-karpenter-donot-evict/add-karpenter-donot-evict.yaml index cced9b9a2..eb78bb28a 100644 --- a/karpenter/add-karpenter-donot-evict/add-karpenter-donot-evict.yaml +++ b/karpenter/add-karpenter-donot-evict/add-karpenter-donot-evict.yaml @@ -14,7 +14,7 @@ metadata: If a Pod exists with the annotation `karpenter.sh/do-not-evict: true` on a Node, and a request is made to delete the Node, Karpenter will not drain any Pods from that Node or otherwise try to delete the Node. This is useful for Pods that should - run interrupted to completion. This policy mutates Jobs and CronJobs + run uninterrupted to completion. This policy mutates Jobs and CronJobs so that Pods spawned by them will contain the `karpenter.sh/do-not-evict: true` annotation. spec: rules: