mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
kubectl book: added a leading slash to apis path
This commit is contained in:
parent
99ff994948
commit
9c5c787360
@ -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 %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user