Skip to content

Commit 8034629

Browse files
committed
Disable kube-node-ready on master nodes in test
Signed-off-by: Mikkel Oscar Lyderik Larsen <[email protected]>
1 parent 2cc46b4 commit 8034629

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cluster/config-defaults.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,11 @@ apiserver_memory_limit_percent: "80"
10141014
apiserver_max_requests_inflight: "400"
10151015

10161016
# specify if control plane nodes should rely on ASG Lifecycle Hook or not
1017+
{{- if eq .Cluster.Environment "production" }}
10171018
control_plane_asg_lifecycle_hook: "true"
1019+
{{- else }}
1020+
control_plane_asg_lifecycle_hook: "false"
1021+
{{- end }}
10181022

10191023
# enable graceful shutdown on the control_plane nodes
10201024
control_plane_graceful_shutdown: "true"

0 commit comments

Comments
 (0)