eksup icon indicating copy to clipboard operation
eksup copied to clipboard

EKS cluster upgrade guidance

Results 24 eksup issues
Sort by recently updated
recently updated
newest added

### Expected Behaviour How to use aws config credentials ;multi aws account how to switch with --profile ### Current Behaviour eksup analyze -r us-west-2 -c cluster-name ### Code snippet ```sh...

bug
triage

### Use case There are many applications that use leader election (e.g. controllers) to achieve redundency where there's not much practical benefit to running 3 pods over 2. This is...

feature-request

### Expected Behaviour I'm testing the tool in a non-production cluster, and I'm experiencing some timeouts. I wonder if the solution would be to add some timeout configurations, or if...

bug

### What were you searching in the docs? [K8S001](https://github.com/clowdhaus/eksup/blob/e30f32b23b141d5d19320fc2ab782c8789ba094f/docs/info/checks.md?plain=1#L143) uses the [indicative mood](https://en.wikipedia.org/wiki/Grammatical_mood#Indicative) to specify a degraded state: > The version skew between the control plane (API Server) and the...

documentation

### Use case Add support to analyze EKS clusters that use a MixedInstancePolicy. ```sh eksup analyze --cluster foo --region us-west-2 Error: Launch template not found, launch configuration is not supported...

feature-request

### Expected Behaviour eksup should analyze the cluster ### Current Behaviour Unable to connect to cluster. Ensure kubeconfig file is present and updated to connect to the cluster. ### Code...

### Use case A user may want to provide a custom `kubeconfig` path as opposed to strictly targeting: `~/.kube/config` ### Solution/User Experience This could subsequently be used by any end...

feature-request

### Use case When running `eksup` from the CLI, users lack context as to what is happening or how much is left until the results are returned. Its common practice...

feature-request

### Use case Detecting and reporting on deprecated/removed Kubernetes API versions is one of the largest concerns of upgrading Kubernetes clusters. While users may be aware of what APIs are...

feature-request
check

### Use case Starting in Kubernetes `v1.17`, the in-tree storage plugin was marked as deprecated and it will be removed in EKS `v1.23`. Users need to install to the EBS...

feature-request
check