mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Use system-node-critical priorityClassName for node shell (#4800)
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
5348894585
commit
6ebfd76644
@ -94,6 +94,7 @@ export class NodeShellSession extends ShellSession {
|
|||||||
tolerations: [{
|
tolerations: [{
|
||||||
operator: "Exists",
|
operator: "Exists",
|
||||||
}],
|
}],
|
||||||
|
priorityClassName: "system-node-critical",
|
||||||
containers: [{
|
containers: [{
|
||||||
name: "shell",
|
name: "shell",
|
||||||
image: this.cluster.nodeShellImage,
|
image: this.cluster.nodeShellImage,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user