eksup
eksup copied to clipboard
EKS cluster upgrade guidance
### Use case To ensure services are configured for high-availability to reduce the chance of disruption or downtime during an upgrade, users should have `podDisruptionBudget` set and at least one...
### Use case Users may be interested in different levels of output. For example, some users may want to see only the required checks that failed and ignore the recommended...
### Use case With [`eksctl`](https://github.com/weaveworks/eksctl) being the official CLI for EKS, and [`terraform-aws-eks`](https://registry.terraform.io/modules/terraform-aws-modules/eks/aws/latest) being a popular method for deploying clusters - it would be helpful to show relevant code snippets...
### Use case Given a manifest, convert the manifest to the next, stable API version. Some resources only need the API version changed, others will require the schema to be...
### Use case When running numerous clusters, it is challenging to run `eksup` from a CLI on each cluster to track and report on upgrade worthiness. Instead, I would like...
### Use case As a user, I want to understand if I am at risk of encountering EBS volume service limits that could affect a cluster upgrade (i.e. - unable...
### Use case As a user, I want to understand if I am at risk of encountering EC2 instance service limits that could affect a cluster upgrade (i.e. - unable...
### Use case I want to know the number of available IPs in my data plane subnets both as a whole (the entire data plane) as well as individually (per...
### Use case When I run the below command to check the cluster I get this message. In fact I already updated to the new version of 1.29 and I...
### Expected Behaviour The documentation suggests that the `create playbook` command can be run with an ignore-recommended option: https://clowdhaus.github.io/eksup/info/usage/#create  ### Current Behaviour The ignore-recommended flag does not seem to...