Skip to content

Commit 099cc03

Browse files
Address reviewers comments
1 parent bd60339 commit 099cc03

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

config/kubemark.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,11 @@ spec:
6060
- effect: NoExecute
6161
key: node.kubernetes.io/not-ready
6262
operator: Exists
63+
tolerationSeconds: 120
6364
- effect: NoExecute
6465
key: node.kubernetes.io/unreachable
6566
operator: Exists
67+
tolerationSeconds: 120
6668
containers:
6769
- name: unready-nodes-gb
6870
image: gofed/kubemark-machine-controllers:v1.0

owned-manifests/machine-api-controllers.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,11 @@ spec:
3333
- effect: NoExecute
3434
key: node.kubernetes.io/not-ready
3535
operator: Exists
36+
tolerationSeconds: 120
3637
- effect: NoExecute
37-
key: node.alpha.kubernetes.io/unreachable
38+
key: node.kubernetes.io/unreachable
3839
operator: Exists
40+
tolerationSeconds: 120
3941
containers:
4042
- name: controller-manager
4143
image: {{ .Controllers.Provider }}

0 commit comments

Comments
 (0)