use html encoding for the forward slash. (#1474)

This commit is contained in:
Guang Ya Liu 2018-06-07 23:04:08 +08:00 committed by Martin Taillefer
parent 541ddf090f
commit 494a485e7b
1 changed files with 1 additions and 1 deletions

View File

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