Difference between revisions of "Kubectl get"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
* <code>[[kubectl]] get</code>
 
* <code>[[kubectl]] get</code>
 +
 +
 +
kubectl get
 +
You must specify the type of resource to get. Use "kubectl api-resources" for a complete list of supported resources.
 +
 +
error: Required resource not specified.
 +
Use "kubectl explain <resource>" for a detailed description of that resource (e.g. kubectl explain pods).
 +
See '[[kubectl get -h]]' for help and examples
 +
 +
  
 
== Examples ==
 
== Examples ==

Revision as of 16:13, 17 July 2021


kubectl get
You must specify the type of resource to get. Use "kubectl api-resources" for a complete list of supported resources.

error: Required resource not specified.
Use "kubectl explain <resource>" for a detailed description of that resource (e.g. kubectl explain pods).
See 'kubectl get -h' for help and examples


Examples

kubectl get
You must specify the type of resource to get. Use "kubectl api-resources" for a complete list of supported resources.

error: Required resource not specified.
Use "kubectl explain <resource>" for a detailed description of that resource (e.g. kubectl explain pods).
See 'kubectl get -h' for help and examples

Related terms

See also

  • https://stackoverflow.com/a/45046340/9269906
  • Advertising: