From 31e4dbdc25a60e4584ce01a6b1915e13ac63bc67 Mon Sep 17 00:00:00 2001 From: Robert Pothier Date: Fri, 1 Dec 2017 16:10:29 -0500 Subject: [PATCH] Update access-cluster.md with a comment that for IPv6 the user should use [::1] for the localhost --- docs/tasks/access-application-cluster/access-cluster.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/tasks/access-application-cluster/access-cluster.md b/docs/tasks/access-application-cluster/access-cluster.md index 0ae68442b5373..8993067de5b17 100644 --- a/docs/tasks/access-application-cluster/access-cluster.md +++ b/docs/tasks/access-application-cluster/access-cluster.md @@ -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/