Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ controller:
operator: Exists
tolerationSeconds: 300
- effect: NoSchedule
key: node-role.kubernetes.io/control-plane
operator: Exists
node:
priorityClassName: system-node-critical
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ tolerations:
operator: Exists
tolerationSeconds: 300
- effect: NoSchedule
key: node-role.kubernetes.io/control-plane
operator: Exists
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ tolerations:
operator: Exists
tolerationSeconds: 300
- effect: NoSchedule
key: node-role.kubernetes.io/control-plane
operator: Exists
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ worker: ### <NFD-WORKER-CONF-START-DO-NOT-REMOVE>
- "vendor"
tolerations:
- effect: NoSchedule
key: node-role.kubernetes.io/control-plane
operator: Exists

gc:
tolerations:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,6 @@ data:
operator: Exists
tolerationSeconds: 300
- effect: NoSchedule
key: node-role.kubernetes.io/control-plane
operator: Exists
volumes:
- emptyDir: {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ data:
operator: Exists
tolerationSeconds: 300
- effect: NoSchedule
key: node-role.kubernetes.io/control-plane
operator: Exists
volumes:
- configMap:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1091,7 +1091,7 @@ data:
serviceAccountName: node-feature-discovery-worker
tolerations:
- effect: NoSchedule
key: node-role.kubernetes.io/control-plane
operator: Exists
volumes:
- hostPath:
path: /boot
Expand Down
Loading