Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable feature gates TTLAfterFinished #238

Closed
rverma-nikiai opened this issue Mar 31, 2019 · 3 comments
Closed

Enable feature gates TTLAfterFinished #238

rverma-nikiai opened this issue Mar 31, 2019 · 3 comments

Comments

@rverma-nikiai
Copy link

rverma-nikiai commented Mar 31, 2019

Environment:

  • AWS Region: ap-south-1
  • Instance Type(s): r4.large
  • EKS Platform version (use aws eks describe-cluster --name <name> --query cluster.platformVersion): eks.1
  • Kubernetes version (use aws eks describe-cluster --name <name> --query cluster.version): 1.12
  • AMI Version: ami-09c3eb35bb3be46a4

Wondering how can we enable a particular feature gate? Mostly TTLAfterFinished.

@whereisaaron
Copy link

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.

https://github.com/aws/containers-roadmap

@micahhausler
Copy link
Member

@rverma-nikiai @whereisaaron summed it up pretty well. Can you open an issue on the roadmap, since this doesn't affect the AMI?

@geerlingguy
Copy link

Opened issue in roadmap: aws/containers-roadmap#255

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants