MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.09k stars 21.14k forks source link

AKS Learn feedback: The version of aks-preview needs to be after 0.5.134 to avoid the error: AttributeError: 'ManagedCluster' object has no attribute 'upgrade_settings' #123613

Open SnoWolfT opened 5 days ago

SnoWolfT commented 5 days ago

Type of issue

Missing information

Feedback

When executing the command "az aks update --enable-blob-driver", I encounter the error message: AttributeError: 'ManagedCluster' object has no attribute 'upgrade_settings'.

After investigation, I find this is related to one issue of Azure CLI as below. https://github.com/Azure/azure-cli/issues/27525

After use the following command to update the version of aks-preview, the issue is mitigated. az extension update --name aks-preview

Page URL

https://learn.microsoft.com/en-us/azure/aks/azure-blob-csi?tabs=NFS#before-you-begin

Content source URL

https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/aks/azure-blob-csi.md

Author

@tamram

Document Id

6a0b4a02-a46d-8cd4-360b-54d77ff554b3


Document Details

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

TPavanBalaji commented 5 days ago

@SnoWolfT Thanks for your feedback! We will investigate and update as appropriate.

SaibabaBalapur-MSFT commented 4 days ago

@SnoWolfT I'm going to assign this to the document author so they can take a look at it accordingly.

@tamram Please review it.

tamram commented 2 days ago

CLI issue is here: https://github.com/Azure/azure-cli/issues/27525