mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
contrib: extend list of tolerations for open-vm-tools
Keep previous toleration to being backward compatible Fixes #3549 Signed-off-by: Alex Szakaly <alex.szakaly@gmail.com>
This commit is contained in:
parent
a2869a3546
commit
de017f652e
@ -22,6 +22,9 @@ spec:
|
|||||||
value: "true"
|
value: "true"
|
||||||
effect: NoSchedule
|
effect: NoSchedule
|
||||||
- key: node-role.kubernetes.io/master
|
- key: node-role.kubernetes.io/master
|
||||||
|
- key: node-role.kubernetes.io/master
|
||||||
|
operator: Exists
|
||||||
|
effect: NoSchedule
|
||||||
containers:
|
containers:
|
||||||
- image: linuxkit/open-vm-tools:v0.8
|
- image: linuxkit/open-vm-tools:v0.8
|
||||||
name: open-vm-tools
|
name: open-vm-tools
|
||||||
|
Loading…
Reference in New Issue
Block a user