You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @rverma-nikiai most managed Kubernetes Control Planes like EKS/GKE/AKE enable only Beta feature gates and do not enable any Alpha feature gates.
TTLAfterFinished is an Alpha feature for 1.12 and I would guess that AWS will not be enabling it until it graduates to be a Beta feature. AFAIK it is still Alpha in 1.14.
TTLAfterFinished is also a control plane feature, so it is not really relevant to the node AMI. You might be better to request it on the AWS containers team road map project.
Environment:
aws eks describe-cluster --name <name> --query cluster.platformVersion
): eks.1aws eks describe-cluster --name <name> --query cluster.version
): 1.12Wondering how can we enable a particular feature gate? Mostly TTLAfterFinished.
The text was updated successfully, but these errors were encountered: