Node shell pods tolerate all taints (#1249)
parent
9a455438d1
commit
1152133de1
|
|
@ -341,6 +341,11 @@ func k9sShellPod(node string, cfg *config.ShellPod) v1.Pod {
|
|||
},
|
||||
},
|
||||
Containers: []v1.Container{c},
|
||||
Tolerations: []v1.Toleration{
|
||||
{
|
||||
Operator: v1.TolerationOperator("Exists"),
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue