chroe: add k8s node-role.kubernetes.io/control-plane taint

Signed-off-by: xin.li <xin.li@daocloud.io>
This commit is contained in:
xin.li
2023-01-02 21:04:43 +08:00
parent 00aae4c10c
commit 10ca605cdd
2 changed files with 5 additions and 2 deletions

View File

@@ -25,6 +25,9 @@ spec:
- key: node-role.kubernetes.io/master
operator: Exists
effect: NoSchedule
- key: node-role.kubernetes.io/control-plane
operator: Exists
effect: NoSchedule
serviceAccountName: sriov-device-plugin
containers:
- name: kube-sriovdp