9 lines
312 B
Markdown
9 lines
312 B
Markdown
|
|
# kubectl api-versions
|
||
|
|
|
||
|
|
> Print the supported API versions on the server, in the form of "group/version".
|
||
|
|
> More information: <https://kubernetes.io/docs/reference/kubectl/generated/kubectl_api-versions>.
|
||
|
|
|
||
|
|
- Print the supported API versions on the server, in the form of "group/version":
|
||
|
|
|
||
|
|
`kubectl api-versions`
|