Skip to content

Commit

Permalink
Merge pull request #67 from jsturtevant/tolerate-control-plane
Browse files Browse the repository at this point in the history
Tolerate the control-plane taint
  • Loading branch information
k8s-ci-robot committed Mar 3, 2022
2 parents 5e5447f + 3ef83fd commit 17b2188
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 17b2188

Please sign in to comment.