Skip to content

Commit 2c09d59

Browse files
committed
Connect to two clusters
1 parent 42066b9 commit 2c09d59

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/azure-cache-for-redis/cache-tutorial-active-replication.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,11 @@ You did it! Click on the buttons and explore the demo. To reset the count, add "
219219
To clean up your cluster, run the following commands:
220220

221221
```bash
222+
set kubeconfig=AKS_WestUS2
222223
kubectl delete deployment shoppingcart-app -n west
223224
kubectl delete service shoppingcart-svc -n west
225+
226+
set kubeconfig=AKS_EastUS
224227
kubectl delete deployment shoppingcart-app -n east
225228
kubectl delete service shoppingcart-svc -n east
226229
```

0 commit comments

Comments
 (0)