Skip to content

Commit ed02211

Browse files
Update articles/aks/keda-workload-identity.md
Co-authored-by: Paul Yu <[email protected]>
1 parent d342807 commit ed02211

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

articles/aks/keda-workload-identity.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,12 @@ This article shows you how to securely scale your applications with the Kubernet
185185
kubectl rollout restart deploy keda-operator -n kube-system
186186
```
187187
188-
1. Wait for the pods to finish rolling out then confirm the Workload Identity environment variables have been injected.
188+
1. Confirm the keda-operator pods restart
189+
```azurecli-interactive
190+
kubectl get pod -n kube-system -lapp=keda-operator -w
191+
````
192+
193+
1. Once you've confirmed the keda-operator pods have finished rolling hit `Ctrl+c` to break the previous watch command then then confirm the Workload Identity environment variables have been injected.
189194
190195
```azurecli-interactive
191196
KEDA_POD_ID=$(kubectl get po -n kube-system -l app.kubernetes.io/name=keda-operator -ojsonpath='{.items[0].metadata.name}')

0 commit comments

Comments
 (0)