Merge pull request #114759 from my-git9/chore/k8staint

chore: add k8s node-role.kubernetes.io/control-plane taint
This commit is contained in:
Kubernetes Prow Robot
2023-01-31 21:01:17 -08:00
committed by GitHub
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