diff --git a/internal/view/exec.go b/internal/view/exec.go index b477b0db..7bbeb287 100644 --- a/internal/view/exec.go +++ b/internal/view/exec.go @@ -341,6 +341,11 @@ func k9sShellPod(node string, cfg *config.ShellPod) v1.Pod { }, }, Containers: []v1.Container{c}, + Tolerations: []v1.Toleration{ + { + Operator: v1.TolerationOperator("Exists"), + }, + }, }, } }