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: Allow users to specify the target version (e.g. n+3) #65

Open
xiangyanw opened this issue Dec 6, 2024 · 2 comments
Open
Labels
feature-request Request for a new feature

Comments

@xiangyanw
Copy link

xiangyanw commented Dec 6, 2024

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.

Solution/User Experience

Allow users to specify the target version and produce the report for the target version. For example:

# Add target-version parameter
eksup create playbook --cluster <> --region <> --target-version 1.31

# Sample output
┌────────┬────┬────────────────────────┬────────────────────┬─────────────────────┬─────────────────────┐
│ CHECK  │    │ NAME                   │ CURRENT            │ LATEST              │ DEFAULT             │
├────────┼────┼────────────────────────┼────────────────────┼─────────────────────┼─────────────────────┤
│ EKS005 │ ❌ │ adot                   │ v0.94.1-eksbuild.1 │ v0.109.0-eksbuild.2 │ v0.109.0-eksbuild.2 │
│ EKS005 │ ⚠️ │ aws-ebs-csi-driver     │ v1.29.1-eksbuild.1 │ v1.37.0-eksbuild.1  │ v1.37.0-eksbuild.1  │
│ EKS005 │ ⚠️ │ aws-efs-csi-driver     │ v2.0.5-eksbuild.1  │ v2.1.0-eksbuild.1   │ v2.1.0-eksbuild.1   │
│ EKS005 │ ❌ │ coredns                │ v1.11.1-eksbuild.6 │ v1.11.3-eksbuild.2  │ v1.11.3-eksbuild.1  │
│ EKS005 │ ⚠️ │ eks-pod-identity-agent │ v1.2.0-eksbuild.1  │ v1.3.4-eksbuild.1   │ v1.3.4-eksbuild.1   │
│ EKS005 │ ❌ │ kube-proxy             │ v1.29.3-eksbuild.2 │ v1.31.2-eksbuild.3  │ v1.31.2-eksbuild.3  │
│ EKS005 │ ❌ │ vpc-cni                │ v1.15.5-eksbuild.1 │ v1.19.0-eksbuild.1  │ v1.19.0-eksbuild.1  │
└────────┴────┴────────────────────────┴────────────────────┴─────────────────────┴─────────────────────┘

Alternative solutions

No response

@xiangyanw xiangyanw added feature-request Request for a new feature triage labels Dec 6, 2024
@bryantbiggs bryantbiggs removed the triage label Dec 6, 2024
@bryantbiggs
Copy link
Member

sounds reasonable!

@xiangyanw
Copy link
Author

I can take this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for a new feature
Projects
None yet
Development

No branches or pull requests

2 participants