-
Notifications
You must be signed in to change notification settings - Fork 331
Description
I'm looking at the aks versions available and see that 1.11.2 is not available, not in the major us regions at least... eastus, westus, centralus
Possibly, we want to use the latest one. I will use 1.12.5 and let you know if the rest of the lab goes okay.
bash-4.4# az aks get-versions --location eastus --output table
KubernetesVersion Upgrades
1.12.5 None available
1.12.4 1.12.5
1.11.7 1.12.4, 1.12.5
1.11.6 1.11.7, 1.12.4, 1.12.5
1.10.12 1.11.6, 1.11.7
1.10.9 1.10.12, 1.11.6, 1.11.7
1.9.11 1.10.9, 1.10.12
1.9.10 1.9.11, 1.10.9, 1.10.12
bash-4.4# az aks get-versions --location westus --output table
KubernetesVersion Upgrades
1.12.5 None available
1.12.4 1.12.5
1.11.7 1.12.4, 1.12.5
1.11.6 1.11.7, 1.12.4, 1.12.5
1.10.12 1.11.6, 1.11.7
1.10.9 1.10.12, 1.11.6, 1.11.7
1.9.11 1.10.9, 1.10.12
1.9.10 1.9.11, 1.10.9, 1.10.12
bash-4.4# az aks get-versions --location centralus --output table
KubernetesVersion Upgrades
1.12.5 None available
1.12.4 1.12.5
1.11.7 1.12.4, 1.12.5
1.11.6 1.11.7, 1.12.4, 1.12.5
1.10.12 1.11.6, 1.11.7
1.10.9 1.10.12, 1.11.6, 1.11.7
1.9.11 1.10.9, 1.10.12
1.9.10 1.9.11, 1.10.9, 1.10.12