From 6ebfd766445c5a3129a793c2909a7f99ca8e404f Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Thu, 3 Feb 2022 07:37:21 +0200 Subject: [PATCH] Use system-node-critical priorityClassName for node shell (#4800) Signed-off-by: Jari Kolehmainen --- src/main/shell-session/node-shell-session/node-shell-session.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/shell-session/node-shell-session/node-shell-session.ts b/src/main/shell-session/node-shell-session/node-shell-session.ts index 1fa05a4ae2..8c5861bff5 100644 --- a/src/main/shell-session/node-shell-session/node-shell-session.ts +++ b/src/main/shell-session/node-shell-session/node-shell-session.ts @@ -94,6 +94,7 @@ export class NodeShellSession extends ShellSession { tolerations: [{ operator: "Exists", }], + priorityClassName: "system-node-critical", containers: [{ name: "shell", image: this.cluster.nodeShellImage,