You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AKS Learn feedback: Performing upgrade operations requires more permissions than the Microsoft.ContainerService/managedClusters/agentPools/write RBAC role.
#62
Open
SnoWolfT opened this issue
Oct 14, 2024
· 1 comment
Recently customer raised one case about the required permission to upgrade the AKS cluster. I find the AKS document mentions that Microsoft.ContainerService/managedClusters/agentPools/write RBAC role is required.
When it comes to "Microsoft.OperationsManagement/solutions/write", if you have Insights enabled, you will encounter the error message as below. The permission is related to the Log Analytics Workspace.
Please double check this and update the document if needed. Thank you!
Type of issue
Missing information
Feedback
Recently customer raised one case about the required permission to upgrade the AKS cluster. I find the AKS document mentions that Microsoft.ContainerService/managedClusters/agentPools/write RBAC role is required.
https://learn.microsoft.com/en-us/azure/aks/upgrade-aks-cluster?tabs=azure-cli
However, after testing in my side, I find the following permissions are needed.
"Microsoft.ContainerService/managedClusters/read"
"Microsoft.ContainerService/managedClusters/write",
"Microsoft.ContainerService/managedClusters/agentPools/write",
"Microsoft.OperationsManagement/solutions/write",
When it comes to "Microsoft.OperationsManagement/solutions/write", if you have Insights enabled, you will encounter the error message as below. The permission is related to the Log Analytics Workspace.
Please double check this and update the document if needed. Thank you!
Page URL
https://learn.microsoft.com/en-us/azure/aks/upgrade-aks-cluster?tabs=azure-cli
Content source URL
https://github.com/MicrosoftDocs/azure-aks-docs/blob/main/articles/aks/upgrade-aks-cluster.md
Author
@schaffererin
Document Id
8d00782b-677b-819b-4709-c23a76510b07
The text was updated successfully, but these errors were encountered: