HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

kubectl api-versions — Print the supported API versions on the server, in the form of "group/version". More information: <h

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandsupportedversionskubectl api-versionscliprintapi

Problem

How to use the kubectl api-versions command: 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/>.

Solution

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

Code Snippets

Print the supported API versions on the server, in the form of "group/version"

kubectl api-versions

Context

tldr-pages: common/kubectl api-versions

Revisions (0)

No revisions yet.