Skip to content

Commit

Permalink
Escape curly braces for go-template
Browse files Browse the repository at this point in the history
  • Loading branch information
gunyarakun committed Apr 7, 2016
1 parent d956b20 commit 24e8fd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/user-guide/walkthrough/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ On most providers, the pod IPs are not externally accessible. The easiest way to
Provided the pod IP is accessible, you should be able to access its http endpoint with curl on port 80:

```shell
{% raw %}
$ curl http://$(kubectl get pod nginx -o go-template={{.status.podIP}})
{% endraw %}
```

Delete the pod by name:
Expand Down

0 comments on commit 24e8fd5

Please sign in to comment.