You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
189
194
190
195
```azurecli-interactive
191
196
KEDA_POD_ID=$(kubectl get po -n kube-system -l app.kubernetes.io/name=keda-operator -ojsonpath='{.items[0].metadata.name}')
0 commit comments