-
Notifications
You must be signed in to change notification settings - Fork 261
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
Change AKS "experimental" label to apply to k8s 1.25+ #7217
Comments
Adding known issue to the 2.6.9 release note PR per @snasovich. |
@snasovich We're past code freeze for 2.7 |
@nwmac (cc: @gaktive ), 10-4. |
QA TEST PLAN Scenarios
|
Validated this against ENVIRONMENT DETAILS
TEST RESULT
VALIDATION STEPS Scenario 1
Scenario 2
|
k8s versions 1.24+ are marked as "experimental" in Rancher UI per the change done in #6513
With AKS 1.24 tested and validated as working OK in Rancher, we don't want to have "experimental" label applied to 1.24 any longer.
However, 1.25 will be available in AKS sometime in October as Preview (and GA in December) per https://learn.microsoft.com/en-us/azure/aks/supported-kubernetes-versions?tabs=azure-cli#aks-kubernetes-release-calendar. Since it's not yet validated, we want to have it marked as "experimental" once it becomes available in AKS. That's the rationale for setting
EXPERIMENTAL_RANGE = '>= 1.25.0'
and not simply removing the functionality outright.The text was updated successfully, but these errors were encountered: