Merge pull request #79932 from oke-py/leading-slash

kubectl book: added a leading slash to apis path
This commit is contained in:
Kubernetes Prow Robot 2019-07-09 13:47:16 -07:00 committed by GitHub
commit df346787d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/<group>/<version>`, depending on the API group -
`/api/v1` or `/apis/<group>/<version>`, depending on the API group -
e.g. `127.0.0.1:8001/apis/apps/v1`
{% endpanel %}