Skip to content

Commit 7e79183

Browse files
committed
add get creds
1 parent e6cbfaf commit 7e79183

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/aks/azure-disk-customer-managed-keys.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,10 @@ parameters:
158158
```
159159
Next, run this deployment in your AKS cluster:
160160
```azurecli-interactive
161+
# Get credentials
162+
az aks get-credentials --name myAksCluster --resource-group myResourceGroup --output table
163+
164+
# Update cluster
161165
kubectl apply -f byok-azure-disk.yaml
162166
```
163167

0 commit comments

Comments
 (0)