From 66a4c4b49c516be114e98e15dbf4b00703f2f112 Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Wed, 2 Feb 2022 20:40:00 +0200 Subject: [PATCH] use system-node-critical for pod shell 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,