Skip to content

Commit 31e4dbd

Browse files
author
Robert Pothier
committed
Update access-cluster.md with a comment that for IPv6
the user should use [::1] for the localhost
1 parent a99a42f commit 31e4dbd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/tasks/access-application-cluster/access-cluster.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ $ kubectl proxy --port=8080 &
5555

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

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

6061
```shell
6162
$ curl http://localhost:8080/api/

0 commit comments

Comments
 (0)