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:
Rolf Neugebauer 2020-12-23 11:16:57 +00:00 committed by GitHub
commit 80d4abaf44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,10 @@ spec:
- key: node-role.kubernetes.io/master
operator: Exists
effect: NoSchedule
- key: node-role.kubernetes.io/control-plane
- key: node-role.kubernetes.io/control-plane
operator: Exists
effect: NoSchedule
containers:
- image: linuxkit/open-vm-tools:v0.8
name: open-vm-tools