Skip to content

Commit

Permalink
Remove tolerationSeconds from daemonset.yaml
Browse files Browse the repository at this point in the history
This is unnecessary (daemoset controller adds this toleration anyway) and breaks kubernetes#1035
  • Loading branch information
mborsz committed Feb 7, 2020
1 parent 1b65c52 commit a01e226
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions clusterloader2/testing/load/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,3 @@ spec:
memory: "10M"
priorityClassName: daemonset-priorityclass-0 # Name is autogenerated, hence the -0 prefix.
terminationGracePeriodSeconds: 1
# Add not-ready/unreachable tolerations for 15 minutes so that node
# failure doesn't trigger pod deletion.
tolerations:
- key: "node.kubernetes.io/not-ready"
operator: "Exists"
effect: "NoExecute"
tolerationSeconds: 900
- key: "node.kubernetes.io/unreachable"
operator: "Exists"
effect: "NoExecute"
tolerationSeconds: 900

0 comments on commit a01e226

Please sign in to comment.