Skip to content

Commit

Permalink
Merge pull request #2816 from sonasingh46/aadpodidentity_tolerations
Browse files Browse the repository at this point in the history
add control plane tolerations to aad pod identity
  • Loading branch information
k8s-ci-robot authored Nov 29, 2022
2 parents 388f66f + be7919b commit 0f7cafb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/default/aad-pod-identity-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,11 @@ spec:
component: nmi
tier: node
spec:
tolerations:
- effect: NoSchedule
key: node-role.kubernetes.io/master
- effect: NoSchedule
key: node-role.kubernetes.io/control-plane
serviceAccountName: manager
hostNetwork: true
dnsPolicy: ClusterFirstWithHostNet
Expand Down

0 comments on commit 0f7cafb

Please sign in to comment.