From 60985861032a5c989689836709adecf8f6c38562 Mon Sep 17 00:00:00 2001 From: Naoki Oketani Date: Wed, 14 Aug 2019 23:11:07 +0900 Subject: [PATCH] fixed a typo in kubectl book Kubernetes-commit: 305fbd2bf6408d44f48f7739f3131bab07f50451 --- docs/book/pages/resource_printing/cluster_information.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/pages/resource_printing/cluster_information.md b/docs/book/pages/resource_printing/cluster_information.md index 55e093b1d..22495287e 100644 --- a/docs/book/pages/resource_printing/cluster_information.md +++ b/docs/book/pages/resource_printing/cluster_information.md @@ -67,7 +67,7 @@ kubectl cluster-info {% endmethod %} {% panel style="info", title="Kube Proxy" %} -The URLs printed by `cluster-info` can be access at `127.0.0.1:8001` by +The URLs printed by `cluster-info` can be accessed at `127.0.0.1:8001` by running `kubectl proxy`. {% endpanel %}