File tree Expand file tree Collapse file tree 7 files changed +0
-132
lines changed Expand file tree Collapse file tree 7 files changed +0
-132
lines changed Original file line number Diff line number Diff line change @@ -484,9 +484,6 @@ kubernetes_lifecycle_metrics_mem_min: "120Mi"
484
484
kube_node_ready_controller_cpu : " 50m"
485
485
kube_node_ready_controller_memory : " 200Mi"
486
486
487
- # Enable kube-node-ready ASG lifecycle hook feature.
488
- kube_node_ready_enabled : " true"
489
-
490
487
# Enable deployment of aws-cloud-controller-manager
491
488
aws_cloud_controller_manager_enabled : " true"
492
489
aws_cloud_controller_manager_cpu : " 125m"
Original file line number Diff line number Diff line change @@ -309,17 +309,6 @@ post_apply:
309
309
kind : DaemonSet
310
310
namespace : kube-system
311
311
{{- end }}
312
- {{- if ne .Cluster.ConfigItems.kube_node_ready_enabled "true" }}
313
- - name : kube-node-ready
314
- kind : DaemonSet
315
- namespace : kube-system
316
- - name : kube-node-ready
317
- kind : ServiceAccount
318
- namespace : kube-system
319
- - name : kube-node-ready
320
- kind : Service
321
- namespace : kube-system
322
- {{- end }}
323
312
{{- if ne .Cluster.ConfigItems.role_sync_controller_enabled "true" }}
324
313
- name : role-sync-controller
325
314
kind : CronJob
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -174,13 +174,3 @@ Resources:
174
174
Roles :
175
175
- !ImportValue ' {{ .Cluster.ID }}:worker-iam-role'
176
176
Type : ' AWS::IAM::InstanceProfile'
177
- # {{ if eq .Cluster.ConfigItems.kube_node_ready_enabled "true" }}
178
- AutoscalingLifecycleHook :
179
- Properties :
180
- AutoScalingGroupName : !Ref AutoScalingGroup
181
- LifecycleHookName : " kube-node-ready-lifecycle-hook"
182
- DefaultResult : CONTINUE
183
- HeartbeatTimeout : ' 600'
184
- LifecycleTransition : ' autoscaling:EC2_INSTANCE_LAUNCHING'
185
- Type : ' AWS::AutoScaling::LifecycleHook'
186
- # {{ end }}
Original file line number Diff line number Diff line change @@ -125,16 +125,6 @@ Resources:
125
125
VPCZoneIdentifier :
126
126
- " {{ index $data.Values.subnets $az }}"
127
127
Type : ' AWS::AutoScaling::AutoScalingGroup'
128
- # {{ if eq $data.Cluster.ConfigItems.kube_node_ready_enabled "true" }}
129
- AutoscalingLifecycleHook{{$azID}} :
130
- Properties :
131
- AutoScalingGroupName : !Ref AutoScalingGroup{{$azID}}
132
- LifecycleHookName : " kube-node-ready-lifecycle-hook"
133
- DefaultResult : CONTINUE
134
- HeartbeatTimeout : ' 600'
135
- LifecycleTransition : ' autoscaling:EC2_INSTANCE_LAUNCHING'
136
- Type : ' AWS::AutoScaling::LifecycleHook'
137
- # {{ end }}
138
128
{{ end }}
139
129
{{ end }}
140
130
{{ end }}
You can’t perform that action at this time.
0 commit comments