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

Feature request: Support updating Fargate profiles #35

Open
bryantbiggs opened this issue Feb 13, 2023 · 1 comment
Open

Feature request: Support updating Fargate profiles #35

bryantbiggs opened this issue Feb 13, 2023 · 1 comment

Comments

@bryantbiggs
Copy link
Member

Use case

Fargate profiles use a node based off the Kubernetes version of the control plane at the time of the node creation. Once the control plane has been upgraded, the Fargate profiles will not be updated until they have been "rolled" (remove and replace with new nodes that will use a version that matches the control plane). The safest way to do this is to simply use the Kubernetes eviction API once the control plane has been updated

Solution/User Experience

When users use eksupgrade, any Fargate profiles should also be updated gracefully as well. Fargate profile nodes are identified by their node name that is prefixed with fargate- such as fargate-ip-10-0-14-253.ec2.internal

Alternative solutions

None
@quixoticmonk quixoticmonk self-assigned this Feb 21, 2023
@quixoticmonk quixoticmonk removed their assignment Mar 18, 2023
@github-actions
Copy link

github-actions bot commented May 5, 2023

This issue has not received any attention in 30 days. If you want to keep this issue open, please leave a comment below and auto-close will be canceled.

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

No branches or pull requests

2 participants