Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update access-cluster.md for IPv6 #6534

Merged
merged 1 commit into from
Dec 2, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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