eksup
eksup copied to clipboard
EKS cluster upgrade guidance
### Use case Manually updating the EKS versions in the `eksup/src/versions.rs` file is prone to delay. ### Solution/User Experience AWS recently implemented a way to programmatically check available cluster versions....
### Use case I use direnv heavily eg. [HariSekhon/Environments](https://github.com/HariSekhon/Environments) to automatically configure my `$AWS_DEFAULT_REGION` among other environment variables to make all commands shorter and easier. But `eksup` doesn't seem to...
### Use case EKS now support customers to upgrade the control plane to n+3 consequently, and then upgrade their data plane in one go. But eksup can only support n+1....
### Expected Behaviour Hello, eksup analyze should successfully connect to the EKS cluster and perform analysis, similar to how it worked in v0.10.0. ### Current Behaviour After upgrading from v0.10.0...