Skip to content

Commit

Permalink
Tolerate all taints
Browse files Browse the repository at this point in the history
Configure the operand daemonset to tolerate all taints in order to
accommodate user-set taints.

This commit reverts 3eb10d0.

This commit fixes bug 1847197.

https://bugzilla.redhat.com/show_bug.cgi?id=1847197

* assets/dns/daemonset.yaml: Tolerate all taints.
* pkg/manifests/bindata.go: Regenerate.
  • Loading branch information
ddreggors authored and Miciah committed Jun 15, 2020
1 parent de1a357 commit be33c7a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions assets/dns/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,5 @@ spec:
path: /etc/hosts
type: File
tolerations:
# DNS needs to run everywhere.
- key: "node-role.kubernetes.io/master"
operator: Exists
# DNS needs to run everywhere. Tolerate all taints
- operator: Exists
8 changes: 4 additions & 4 deletions pkg/manifests/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit be33c7a

Please sign in to comment.