I\'m trying to install a helm package on a kubernetes cluster which allegedly has RBAC disabled. I\'m getting a permission error mentioning clusterroles.rbac.authoriza
clusterroles.rbac.authoriza
For Azure (AKS) I think Azure CLI works well.
az resource show -g -n --resource-type Microsoft.ContainerService/ManagedClusters --query properties.enableRBAC
It is basically the same thing as using resources.azure.com, but I find it quicker to use the Azure CLI