diff --git a/helm/cluster-aws/templates/_machine_pools.tpl b/helm/cluster-aws/templates/_machine_pools.tpl index 956e2f4cb..bec0447be 100644 --- a/helm/cluster-aws/templates/_machine_pools.tpl +++ b/helm/cluster-aws/templates/_machine_pools.tpl @@ -82,6 +82,9 @@ spec: minHealthyPercentage: {{ $value.minHealthyPercentage | default 90 }} ignition: version: "3.4" + lifecycleHooks: + - name: andreas-test + lifecycleTransition: autoscaling:EC2_INSTANCE_TERMINATING --- {{ end }} {{- end -}}