Skip to content

Commit 1c089c3

Browse files
committed
Add tolerations #13 #14
1 parent deee8b7 commit 1c089c3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

kubectl-node_shell

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,16 @@ overrides="$(
6060
"tty": true,
6161
"command": [ "nsenter", "--target", "1", "--mount", "--uts", "--ipc", "--net", "--pid", "--", "bash", "-l" ]
6262
}
63+
],
64+
"tolerations": [
65+
{
66+
"key": "CriticalAddonsOnly",
67+
"operator": "Exists"
68+
},
69+
{
70+
"effect": "NoExecute",
71+
"operator": "Exists"
72+
}
6373
]
6474
}
6575
}

0 commit comments

Comments
 (0)