Skip to content

Commit

Permalink
Merge pull request #496 from jcpunk/control-plane-tolleration
Browse files Browse the repository at this point in the history
Recognize modern taint in demo
  • Loading branch information
adrianchiris authored Aug 9, 2023
2 parents 820cdf4 + 173ea4d commit 063a9e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deployments/sriovdp-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,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
Expand Down

0 comments on commit 063a9e9

Please sign in to comment.