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

Handle AKS LTS k8s versions which are in the list for provisioning but cannot be installed #197

Open
thehejik opened this issue Nov 5, 2024 · 0 comments

Comments

@thehejik
Copy link
Collaborator

thehejik commented Nov 5, 2024

Implement a workaround for AKS matrix and upgrade tests which are currently failing.

Problem is that for eg. in upcoming v2.9.4 there is AKS 1.27.16 present in the list of versions but it can't be installed due to the LTS nature of the version - which requires specific flags az aks create ... --tier premium --k8s-support-plan AKSLongTermSupport.

Ref. rancher/aks-operator#717

Ideally we should cover provisioning and import as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant