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

[EKS] [request]: Add ability to force rollback EKS add-ons from AWS console #2482

Open
CtrlAltDft opened this issue Dec 4, 2024 · 0 comments
Labels
EKS Add-Ons EKS Amazon Elastic Kubernetes Service Proposed Community submitted issue

Comments

@CtrlAltDft
Copy link

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Tell us about your request
Add the ability to force rollback EKS add-ons from the AWS console without the need to interact with the application directly in the cluster.

Which service(s) is this request for?
EKS Add-on

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
In a previous incident, a syntax error in the CoreDNS Corefile config caused the CoreDNS add-on to be stuck in the "Updating" status. The new pods were stuck in a crash loop backoff, making it impossible to roll back the change.
We had to manually edit the ConfigMap within the cluster to bring the CoreDNS deployment back up. This manual intervention is not ideal. The lack of a rollback option in the AWS console makes it difficult to recover from such issues quickly and efficiently.

This goes for other EKS Add-ons as well.

Are you currently working around this issue?
Currently, the workaround involves manually editing the ConfigMap within the cluster to correct the CoreDNS configuration and bring the deployment back up. This is time-consuming and requires direct interaction with the cluster, which is not always feasible.

Additional context
Implementing this feature would improve the resilience and manageability of EKS clusters by allowing administrators to quickly recover from configuration errors without needing to access the cluster directly.

@CtrlAltDft CtrlAltDft added the Proposed Community submitted issue label Dec 4, 2024
@mikestef9 mikestef9 added EKS Amazon Elastic Kubernetes Service EKS Add-Ons labels Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
EKS Add-Ons EKS Amazon Elastic Kubernetes Service Proposed Community submitted issue
Projects
None yet
Development

No branches or pull requests

2 participants