Skip to content

Commit ee2bf5e

Browse files
authored
Update aks-create-clusters-cli.md
add note for enabling Azure RBAC & WLIF day 0
1 parent 75e75d2 commit ee2bf5e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

AKS-Hybrid/aks-create-clusters-cli.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ az aksarc create -n $aksclustername -g $resource_group --custom-location $custom
5252

5353
After a few minutes, the command completes and returns JSON-formatted information about the cluster.
5454

55+
[!NOTE]
56+
To use Azure RBAC or workload identity for an AKS cluster, you must pass the required parameters during cluster creation. Currently, updating an existing AKS cluster to enable workload identity and/or Azure RBAC is not supported. For more information, see [Use Azure RBAC for Kubernetes authorization](/azure/aks/hybrid/azure-rbac-23h2) or "Use workload identity for your cluster".
57+
5558
## Connect to the Kubernetes cluster
5659

5760
Now you can connect to your Kubernetes cluster by running the `az connectedk8s proxy` command from your development machine. Make sure you sign in to Azure before running this command. If you have multiple Azure subscriptions, select the appropriate subscription ID using the [az account set](/cli/azure/account#az-account-set) command.

0 commit comments

Comments
 (0)