Skip to content

Commit 98a392d

Browse files
sonasingh46k8s-infra-cherrypick-robot
authored andcommitted
add control plane tolerations to aad pod identity
Signed-off-by: Ashutosh Kumar <[email protected]>
1 parent 96ffc2d commit 98a392d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/default/aad-pod-identity-deployment.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,11 @@ spec:
263263
component: nmi
264264
tier: node
265265
spec:
266+
tolerations:
267+
- effect: NoSchedule
268+
key: node-role.kubernetes.io/master
269+
- effect: NoSchedule
270+
key: node-role.kubernetes.io/control-plane
266271
serviceAccountName: manager
267272
hostNetwork: true
268273
dnsPolicy: ClusterFirstWithHostNet

0 commit comments

Comments
 (0)