Difference between revisions of "Kubectl get"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 2: Line 2:
  
  
 +
 +
== Examples ==
 
* <code>[[kubectl get all]]</code>
 
* <code>[[kubectl get all]]</code>
 
* <code>[[kubectl get apiservices]]</code>
 
* <code>[[kubectl get apiservices]]</code>
Line 23: Line 25:
 
* <code>[[kubectl get ingress]]</code>
 
* <code>[[kubectl get ingress]]</code>
 
* <code>[[kubectl get vms]]</code>
 
* <code>[[kubectl get vms]]</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
  
  

Revision as of 12:59, 17 April 2021

kubectl get


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: