Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Add tolerations for nodes tainted with NoExecute #3655

Merged
merged 1 commit into from
Aug 28, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions prog/weave-kube/weave-daemonset-k8s-1.6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ items:
tolerations:
- effect: NoSchedule
operator: Exists
- effect: NoExecute
operator: Exists
volumes:
- name: weavedb
hostPath:
Expand Down
2 changes: 2 additions & 0 deletions prog/weave-kube/weave-daemonset-k8s-1.7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ items:
tolerations:
- effect: NoSchedule
operator: Exists
- effect: NoExecute
operator: Exists
volumes:
- name: weavedb
hostPath:
Expand Down
2 changes: 2 additions & 0 deletions prog/weave-kube/weave-daemonset-k8s-1.8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,8 @@ items:
tolerations:
- effect: NoSchedule
operator: Exists
- effect: NoExecute
operator: Exists
volumes:
- name: weavedb
hostPath:
Expand Down