mirror of https://github.com/istio/istio.io.git
use html encoding for the forward slash. (#1474)
This commit is contained in:
parent
541ddf090f
commit
494a485e7b
|
@ -170,7 +170,7 @@ kube-public Active 1h
|
|||
kube-system Active 1h
|
||||
```
|
||||
|
||||
Injection occurs at pod creation time. Kill the running pod and verify a new pod is created with the injected sidecar. The original pod has 1/1 READY containers and the pod with injected sidecar has 2/2 READY containers.
|
||||
Injection occurs at pod creation time. Kill the running pod and verify a new pod is created with the injected sidecar. The original pod has 1/1 READY containers and the pod with injected sidecar has 2/2 READY containers.
|
||||
|
||||
```command
|
||||
$ kubectl delete pod sleep-776b7bcdcd-7hpnk
|
||||
|
|
Loading…
Reference in New Issue