Skip to content

Commit

Permalink
tolerate the control-plane taint
Browse files Browse the repository at this point in the history
  • Loading branch information
jsturtevant committed Mar 3, 2022
1 parent 5e5447f commit 3ef83fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions admission-webhook/deploy/deploy-gmsa-webhook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,9 @@ main() {
TOLERATIONS='
tolerations:
- key: node-role.kubernetes.io/master
operator: Exists
effect: NoSchedule
- key: node-role.kubernetes.io/control-plane
operator: Exists
effect: NoSchedule'
fi
Expand Down

0 comments on commit 3ef83fd

Please sign in to comment.