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

AKS version not available #133

Open
jontreynes opened this issue Feb 25, 2019 · 3 comments
Open

AKS version not available #133

jontreynes opened this issue Feb 25, 2019 · 3 comments

Comments

@jontreynes
Copy link
Contributor

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

@jontreynes
Copy link
Contributor Author

@mathieu-benoit I see that you changed this with this commit

4d1d35e

Neither 1.11.1 nor 1.11.2 show up in the eastus,westus,nor centralus. Do you happen to remember what region you got 1.11.2 to work in?

@jontreynes
Copy link
Contributor Author

Update:

Please note, with version 1.12.5
This lab did not work as it should
https://github.com/Azure/blackbelt-aks-hackfest/blob/master/labs/day1-labs/05-kubernetes-ui.md

For it to work, you'd need the user to configure the following role binding found under:
https://github.com/kubernetes/dashboard/wiki/Access-control#official-release
to have the admin access needed to perform the lab.

@mathieu-benoit
Copy link
Contributor

mathieu-benoit commented Feb 25, 2019

Hi @jontreynes, yes you are right AKS is keeping just 4 Minor versions and 2 Revision versions:
https://docs.microsoft.com/en-us/azure/aks/supported-kubernetes-versions
For the Kubernetes dashboard with RBAC enabled, you have indeed to perform complementary setup: https://docs.microsoft.com/en-us/azure/aks/kubernetes-dashboard#for-rbac-enabled-clusters

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

2 participants