From 08a92bb25577e700ba4ebafdabe182a04b0bd9ad Mon Sep 17 00:00:00 2001 From: Jimmy Chen <28548492+JimmyCYJ@users.noreply.github.com> Date: Tue, 12 Nov 2019 07:16:54 -0800 Subject: [PATCH] fix workload-SDS user guide (#5612) --- .../en/docs/tasks/security/citadel-config/auth-sds/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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