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

Version 1.20.5 Kubernetes is not supported in WestUS2. #43

Closed
AmieDD opened this issue Oct 27, 2021 · 4 comments · Fixed by #44
Closed

Version 1.20.5 Kubernetes is not supported in WestUS2. #43

AmieDD opened this issue Oct 27, 2021 · 4 comments · Fixed by #44
Assignees
Labels
area/examples documentation Improvements or additions to documentation

Comments

@AmieDD
Copy link
Collaborator

AmieDD commented Oct 27, 2021

Describe the bug
Create an Azure Kubernetes Service cluster with a Public IP per Node documentation example .

To Reproduce
Steps to reproduce the behavior:

  1. Run az aks create --resource-group thundernetesrg --name thundernetes --ssh-key-value ~/.ssh/id_rsa.pub --kubernetes-version 1.20.5 --enable-node-public-ip
  2. See error
  3. run az aks get-versions --location westus2' to view supports AKS version in westus2 region

Expected behavior
Create a AKS cluster following the documentation using Kubernetes version 1.20.5 for region westus2.

Screenshots
image
image

Desktop (please complete the following information):

  • OS: Windows Command Prompt and Azure CLI

Additional context
Add any other context about the problem here.

@AmieDD AmieDD added documentation Improvements or additions to documentation area/examples labels Oct 27, 2021
@AmieDD
Copy link
Collaborator Author

AmieDD commented Oct 27, 2021

Running az aks create --resource-group thundernetesrg --name thundernetes --ssh-key-value ~/.ssh/id_rsa.pub --kubernetes-version 1.21.1 --enable-node-public-ip works for westus2 region.

Running az aks get-versions --location westus2 returns the available Kubernetes service cluster versions for this region.

  "orchestrators": [
    {
      "default": null,
      "isPreview": null,
      "orchestratorType": "Kubernetes",
      "orchestratorVersion": "1.19.11",
      "upgrades": [
        {
          "isPreview": null,
          "orchestratorType": "Kubernetes",
          "orchestratorVersion": "1.19.13"
        },
        {
          "isPreview": null,
          "orchestratorType": "Kubernetes",
          "orchestratorVersion": "1.20.7"
        },
        {
          "isPreview": null,
          "orchestratorType": "Kubernetes",
          "orchestratorVersion": "1.20.9"
        }
      ]
    },
    {
      "default": null,
      "isPreview": null,
      "orchestratorType": "Kubernetes",
      "orchestratorVersion": "1.19.13",
      "upgrades": [
        {
          "isPreview": null,
          "orchestratorType": "Kubernetes",
          "orchestratorVersion": "1.20.7"
        },
        {
          "isPreview": null,
          "orchestratorType": "Kubernetes",
          "orchestratorVersion": "1.20.9"
        }
      ]
    },
    {
      "default": null,
      "isPreview": null,
      "orchestratorType": "Kubernetes",
      "orchestratorVersion": "1.20.7",
      "upgrades": [
        {
          "isPreview": null,
          "orchestratorType": "Kubernetes",
          "orchestratorVersion": "1.20.9"
        },
        {
          "isPreview": null,
          "orchestratorType": "Kubernetes",
          "orchestratorVersion": "1.21.1"
        },
        {
          "isPreview": null,
          "orchestratorType": "Kubernetes",
          "orchestratorVersion": "1.21.2"
        }
      ]
    },
    {
      "default": true,
      "isPreview": null,
      "orchestratorType": "Kubernetes",
      "orchestratorVersion": "1.20.9",
      "upgrades": [
        {
          "isPreview": null,
          "orchestratorType": "Kubernetes",
          "orchestratorVersion": "1.21.1"
        },
        {
          "isPreview": null,
          "orchestratorType": "Kubernetes",
          "orchestratorVersion": "1.21.2"
        }
      ]
    },
    {
      "default": null,
      "isPreview": null,
      "orchestratorType": "Kubernetes",
      "orchestratorVersion": "1.21.1",
      "upgrades": [
        {
          "isPreview": null,
          "orchestratorType": "Kubernetes",
          "orchestratorVersion": "1.21.2"
        },
        {
          "isPreview": true,
          "orchestratorType": "Kubernetes",
          "orchestratorVersion": "1.22.1"
        },
        {
          "isPreview": true,
          "orchestratorType": "Kubernetes",
          "orchestratorVersion": "1.22.2"
        }
      ]
    },
    {
      "default": null,
      "isPreview": null,
      "orchestratorType": "Kubernetes",
      "orchestratorVersion": "1.21.2",
      "upgrades": [
        {
          "isPreview": true,
          "orchestratorType": "Kubernetes",
          "orchestratorVersion": "1.22.1"
        },
        {
          "isPreview": true,
          "orchestratorType": "Kubernetes",
          "orchestratorVersion": "1.22.2"
        }
      ]
    },
    {
      "default": null,
      "isPreview": true,
      "orchestratorType": "Kubernetes",
      "orchestratorVersion": "1.22.1",
      "upgrades": [
        {
          "isPreview": true,
          "orchestratorType": "Kubernetes",
          "orchestratorVersion": "1.22.2"
        }
      ]
    },
    {
      "default": null,
      "isPreview": true,
      "orchestratorType": "Kubernetes",
      "orchestratorVersion": "1.22.2",
      "upgrades": null
    }
  ],
  "type": "Microsoft.ContainerService/locations/orchestrators"
}

@dgkanatsios
Copy link
Collaborator

ouch, thanks @AmieDD! should we update the instructions with a supported AKS version?

@AmieDD AmieDD self-assigned this Oct 27, 2021
@AmieDD
Copy link
Collaborator Author

AmieDD commented Oct 27, 2021

ouch, thanks @AmieDD! should we update the instructions with a supported AKS version?

On it! I'll update the quickstart read me and do a pr!

@AmieDD AmieDD closed this as completed Oct 27, 2021
@AmieDD AmieDD reopened this Oct 27, 2021
@AmieDD
Copy link
Collaborator Author

AmieDD commented Oct 27, 2021

#44 PR created to fix this issue.

@AmieDD AmieDD closed this as completed Oct 27, 2021
@AmieDD AmieDD linked a pull request Oct 27, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/examples documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants