Azure-docs: Create AKS cluster ia failing because of unsupported parameters

Created on 30 Mar 2019  Â·  5Comments  Â·  Source: MicrosoftDocs/azure-docs

There are a few unsupported parameters being used here
--node-count 1 \
--enable-addons monitoring \
The above --node-count no more exists instead you can use --agent-count and
--enable-addons is no more valid.


Document Details

⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

container-servicsvc cxp doc-bug triaged

Most helpful comment

For this quickstart, the recommendation is to use the Cloud Shell, which always runs the latest version available. If you choose to run the Azure CLI locally, the doc does note a minimum required version:

Screen Shot 2019-04-02 at 9 50 25 AM

All 5 comments

@wrijughosh Thank you very much for bringing this to our attention! We're investigating this and will get back to you shortly.

@wrijughosh I tried creating an AKS cluster using the same command from the quickstart using those parameters and was able to do so using the Azure Cloud Shell.

Are you trying this in your local terminal? Which version of az cli are you using? Also, have you tried creating it from Azure Cloud Shell?

Yes I checked and I had an older version of Azure CLI in my local. I think we must mention in the documentation that latest Version or specific or higher version is needed to get the desired result.
Also it would be great to have meaningful error message when we run it in later version.

For this quickstart, the recommendation is to use the Cloud Shell, which always runs the latest version available. If you choose to run the Azure CLI locally, the doc does note a minimum required version:

Screen Shot 2019-04-02 at 9 50 25 AM

@iainfoulds Thanks for the information!

@wrijughosh Hope this addresses your question. We will now proceed to close this thread as resolved, but if there are any further questions regarding the documentation, please tag me in your reply and we will be happy to continue the conversation.

Was this page helpful?
0 / 5 - 0 ratings