1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

use system-node-critical for pod shell

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2022-02-02 20:40:00 +02:00
parent 5348894585
commit 66a4c4b49c

View File

@ -94,6 +94,7 @@ export class NodeShellSession extends ShellSession {
tolerations: [{
operator: "Exists",
}],
priorityClassName: "system-node-critical",
containers: [{
name: "shell",
image: this.cluster.nodeShellImage,