Coder Social home page Coder Social logo

Comments (4)

dgkanatsios avatar dgkanatsios commented on May 16, 2024 1

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

from thundernetes.

AmieDD avatar AmieDD commented on May 16, 2024

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"
}

from thundernetes.

AmieDD avatar AmieDD commented on May 16, 2024

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!

from thundernetes.

AmieDD avatar AmieDD commented on May 16, 2024

#44 PR created to fix this issue.

from thundernetes.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.