mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-10 16:58:20 +00:00
Update cheatsheets
This commit is contained in:
13
tldr/kubectl-api-versions
Normal file
13
tldr/kubectl-api-versions
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user