Skip to content
This repository has been archived by the owner on Nov 25, 2021. It is now read-only.

Commit

Permalink
fix kured not working with tainted nodes (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Benoit authored Nov 7, 2019
1 parent 1b07d3a commit b9433b4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions kured-1.2.0-custom-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@ spec:
tolerations:
- key: node-role.kubernetes.io/master
effect: NoSchedule
- key: CriticalAddonsOnly
operator: Exists
- effect: NoExecute
operator: Exists
- effect: NoSchedule
operator: Exists
hostPID: true # Facilitate entering the host mount namespace via init
restartPolicy: Always
containers:
Expand Down

0 comments on commit b9433b4

Please sign in to comment.