question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

AKS create fails (not specifying --node-osdisk-diskencryptionset-id)

See original GitHub issue

Describe the bug

AKS create fails. Seems similar to this

Command Name az aks create

Errors:

Property id '' at path 'properties.diskEncryptionSetID' is invalid. Expect fully qualified resource Id that start with '/subscriptions/{subscriptionId}' or '/providers/{resourceProviderNamespace}/'.

To Reproduce:

Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.

  • Put any pre-requisite steps here…
  • az aks create -g {} -n {} --enable-aad --aad-admin-group-object-id {}

Expected Behavior

To succesfully create an AKS resource

Environment Summary

Windows-10-10.0.17763-SP0
Python 3.6.8
Installer: MSI

azure-cli 2.11.0

Extensions:
azure-devops 0.11.0

Additional Context

Seems to have been introduced by this

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:27 (11 by maintainers)

github_iconTop GitHub Comments

3reactions
HackerBaloocommented, Aug 26, 2020

It’s fixed in aks-preview so a work around is to install that: az extension add --name aks-preview

3reactions
nishanilcommented, Aug 26, 2020

Thanks for the fix. I hope you’re able to prioritize the release to Cloud Shell sooner than Sep 22. Something as basic as this walkthrough https://docs.microsoft.com/en-in/azure/aks/kubernetes-walkthrough is broken.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshoot Azure Kubernetes Service cluster creation issues
Learn about basic troubleshooting methods to use when you can't create or deploy an Azure Kubernetes Service (AKS) cluster.
Read more >
azurerm_kubernetes_cluster | Resources | hashicorp/azurerm
Changing this forces a new resource to be created. kubernetes_version - (Optional) Version of Kubernetes specified when creating the AKS managed cluster. If...
Read more >
Deploying a multi-container application to Azure Kubernetes ...
Create an Azure Container Registry (ACR), AKS and Azure SQL server ... Tip: If your subscription is not listed or to specify an...
Read more >
Kubernetes on Microsoft Azure Kubernetes Service (AKS)
You can create a Kubernetes cluster either through the Azure portal website, or using the Azure command line tools. This page describes the...
Read more >
Set up and Manage an Azure Kubernetes Service (AKS) Cluster
The recommended setup includes deploying a cluster with a single non-GPU node that will host the Determined master and database, and an autoscaling...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found