fix workload-SDS user guide (#5612)

This commit is contained in:
Jimmy Chen 2019-11-12 07:16:54 -08:00 committed by Istio Automation
parent 574207efe4
commit 08a92bb255
1 changed files with 2 additions and 2 deletions

View File

@ -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