From 9c5c787360657f8cef91e830c077197aa579e290 Mon Sep 17 00:00:00 2001 From: Naoki Oketani Date: Tue, 9 Jul 2019 21:33:40 +0900 Subject: [PATCH] kubectl book: added a leading slash to apis path --- .../docs/book/pages/resource_printing/cluster_information.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staging/src/k8s.io/kubectl/docs/book/pages/resource_printing/cluster_information.md b/staging/src/k8s.io/kubectl/docs/book/pages/resource_printing/cluster_information.md index caeb593e5ce..55e093b1d23 100644 --- a/staging/src/k8s.io/kubectl/docs/book/pages/resource_printing/cluster_information.md +++ b/staging/src/k8s.io/kubectl/docs/book/pages/resource_printing/cluster_information.md @@ -150,7 +150,7 @@ kubectl api-versions {% panel style="info", title="Discovery" %} The discovery information can be viewed at `127.0.0.1:8001/` by running `kubectl proxy`. The Discovery for specific API can be found under either -`/api/v1` or `apis//`, depending on the API group - +`/api/v1` or `/apis//`, depending on the API group - e.g. `127.0.0.1:8001/apis/apps/v1` {% endpanel %}