Skip to content

Commit a1ab351

Browse files
Merge pull request #239175 from miwithro/patch-242
Update tutorial-kubernetes-workload-identity.md
2 parents 2b6ab09 + 13d5d3a commit a1ab351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/learn/tutorial-kubernetes-workload-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export KEYVAULT_SECRET_NAME="my-secret"
8181
Create an AKS cluster using the [az aks create][az-aks-create] command with the `--enable-oidc-issuer` parameter to use the OIDC Issuer. The following example creates a cluster named *myAKSCluster* with one node in the *myResourceGroup*:
8282

8383
```azurecli-interactive
84-
az aks create -g "${RESOURCE_GROUP}" -n myAKSCluster --node-count 1 --enable-oidc-issuer --enable-workload-identity
84+
az aks create -g "${RESOURCE_GROUP}" -n myAKSCluster --node-count 1 --enable-oidc-issuer --enable-workload-identity --generate-ssh-keys
8585
```
8686

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

0 commit comments

Comments
 (0)