kubectl book: added a leading slash to apis path
Kubernetes-commit: 9c5c787360657f8cef91e830c077197aa579e290
This commit is contained in:
parent
47eacf1c6b
commit
94e5810f78
|
@ -150,7 +150,7 @@ kubectl api-versions
|
||||||
{% panel style="info", title="Discovery" %}
|
{% panel style="info", title="Discovery" %}
|
||||||
The discovery information can be viewed at `127.0.0.1:8001/` by running
|
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
|
`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`
|
e.g. `127.0.0.1:8001/apis/apps/v1`
|
||||||
{% endpanel %}
|
{% endpanel %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue