diff --git a/content/en/docs/tasks/security/citadel-config/auth-sds/index.md b/content/en/docs/tasks/security/citadel-config/auth-sds/index.md index c9041ad2e2..f8fd733843 100644 --- a/content/en/docs/tasks/security/citadel-config/auth-sds/index.md +++ b/content/en/docs/tasks/security/citadel-config/auth-sds/index.md @@ -228,7 +228,7 @@ To enable the pod security policy, perform the following steps: 1. Run the following command to restart the Citadel agents: {{< text bash >}} - $ kubectl delete pod -l 'app=nodeagent' -n istio-system + $ kubectl delete pod -l 'app=istio-nodeagent' -n istio-system pod "istio-nodeagent-dplx2" deleted pod "istio-nodeagent-jrbmx" deleted pod "istio-nodeagent-rz878" deleted @@ -238,7 +238,7 @@ To enable the pod security policy, perform the following steps: and run the following command to confirm the agents started successfully: {{< text bash >}} - $ kubectl get pod -l 'app=nodeagent' -n istio-system + $ kubectl get pod -l 'app=istio-nodeagent' -n istio-system NAME READY STATUS RESTARTS AGE istio-nodeagent-p4p7g 1/1 Running 0 4s istio-nodeagent-qdwj6 1/1 Running 0 5s