mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 09:39:08 +00:00
Merge pull request #3584 from alex1989hu/contrib/add-control-plane-toleration
contrib: add control-plane toleration for open-vm-tools
This commit is contained in:
commit
80d4abaf44
@ -25,6 +25,10 @@ spec:
|
|||||||
- key: node-role.kubernetes.io/master
|
- key: node-role.kubernetes.io/master
|
||||||
operator: Exists
|
operator: Exists
|
||||||
effect: NoSchedule
|
effect: NoSchedule
|
||||||
|
- key: node-role.kubernetes.io/control-plane
|
||||||
|
- key: node-role.kubernetes.io/control-plane
|
||||||
|
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