mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 20:53:33 +00:00
Merge pull request #79932 from oke-py/leading-slash
kubectl book: added a leading slash to apis path
This commit is contained in:
commit
df346787d2
@ -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
Block a user