Fix #9805 - Correct tags to avoid HTML encoding issue (#12523)

This commit is contained in:
Damini Satya
2019-02-13 17:06:11 +05:30
committed by Kubernetes Prow Robot
parent e0bc7049cb
commit 63e57d102e
3 changed files with 4 additions and 9 deletions
@@ -83,7 +83,7 @@ Here are some ideas for how to use Init Containers:
* Register this Pod with a remote server from the downward API with a command like:
curl -X POST http://$MANAGEMENT_SERVICE_HOST:$MANAGEMENT_SERVICE_PORT/register -d 'instance=$(<POD_NAME>)&ip=$(<POD_IP>)'
`curl -X POST http://$MANAGEMENT_SERVICE_HOST:$MANAGEMENT_SERVICE_PORT/register -d 'instance=$(<POD_NAME>)&ip=$(<POD_IP>)'`
* Wait for some time before starting the app Container with a command like `sleep 60`.
* Clone a git repository into a volume.