mirror of https://github.com/istio/istio.io.git
fix workload-SDS user guide (#5612)
This commit is contained in:
parent
574207efe4
commit
08a92bb255
|
@ -228,7 +228,7 @@ To enable the pod security policy, perform the following steps:
|
||||||
1. Run the following command to restart the Citadel agents:
|
1. Run the following command to restart the Citadel agents:
|
||||||
|
|
||||||
{{< text bash >}}
|
{{< 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-dplx2" deleted
|
||||||
pod "istio-nodeagent-jrbmx" deleted
|
pod "istio-nodeagent-jrbmx" deleted
|
||||||
pod "istio-nodeagent-rz878" 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:
|
and run the following command to confirm the agents started successfully:
|
||||||
|
|
||||||
{{< text bash >}}
|
{{< 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
|
NAME READY STATUS RESTARTS AGE
|
||||||
istio-nodeagent-p4p7g 1/1 Running 0 4s
|
istio-nodeagent-p4p7g 1/1 Running 0 4s
|
||||||
istio-nodeagent-qdwj6 1/1 Running 0 5s
|
istio-nodeagent-qdwj6 1/1 Running 0 5s
|
||||||
|
|
Loading…
Reference in New Issue