Skip to content

Commit

Permalink
Merge pull request #171 from Miciah/BZ1813479-tolerate-all-taints
Browse files Browse the repository at this point in the history
Bug 1813479: Tolerate all taints
  • Loading branch information
openshift-merge-robot committed May 29, 2020
2 parents 6d55c9f + 75f81c8 commit f9e4dfc
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
Expand Up @@ -166,6 +166,5 @@ spec:
- name: metrics-tls
# secretName is set at runtime
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 f9e4dfc

Please sign in to comment.