Skip to content

Commit 0ca9deb

Browse files
authored
Merge pull request kubernetes#6534 from rpothier/ipv6
Update access-cluster.md for IPv6
2 parents f7543a3 + 31e4dbd commit 0ca9deb

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)