Skip to content

Commit

Permalink
Merge pull request #6534 from rpothier/ipv6
Browse files Browse the repository at this point in the history
Update access-cluster.md for IPv6
  • Loading branch information
tengqm committed Dec 2, 2017
2 parents f7543a3 + 31e4dbd commit 0ca9deb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/tasks/access-application-cluster/access-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ $ kubectl proxy --port=8080 &

See [kubectl proxy](/docs/user-guide/kubectl/{{page.version}}/#proxy) for more details.

Then you can explore the API with curl, wget, or a browser, like so:
Then you can explore the API with curl, wget, or a browser, replacing localhost
with [::1] for IPv6, like so:

```shell
$ curl http://localhost:8080/api/
Expand Down

0 comments on commit 0ca9deb

Please sign in to comment.