You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 flagsaz aks create ... --tier premium --k8s-support-plan AKSLongTermSupport
.Ref. rancher/aks-operator#717
Ideally we should cover provisioning and import as well.
The text was updated successfully, but these errors were encountered: