Difference between revisions of "Kubectl describe"

From wikieduonline
Jump to navigation Jump to search
Line 2: Line 2:
 
{{lowercase}}
 
{{lowercase}}
  
Possible resource types include (case insensitive): <code>pods (po), services (svc), [[replicationcontrollers]] (rc), nodes (no), events (ev), [[limitranges]] (limits), [[persistentvolumes]] (pv), persistentvolumeclaims (pvc), resourcequotas (quota), namespaces (ns), [[serviceaccounts]], [[horizontalpodautoscalers]] (hpa), [[endpoints]] (ep) or [[secrets]]</code>
+
Possible resource types include (case insensitive): <code>pods (po), [[services]] (svc), [[replicationcontrollers]] (rc), nodes (no), events (ev), [[limitranges]] (limits), [[persistentvolumes]] (pv), persistentvolumeclaims (pvc), resourcequotas (quota), namespaces (ns), [[serviceaccounts]], [[horizontalpodautoscalers]] (hpa), [[endpoints]] (ep) or [[secrets]]</code>
  
 
* <code>[[kubectl describe]]</code>
 
* <code>[[kubectl describe]]</code>
Line 15: Line 15:
 
* <code>[[kubectl describe secrets]]/MY_SECRET_NAME</code>
 
* <code>[[kubectl describe secrets]]/MY_SECRET_NAME</code>
 
* <code>[[kubectl describe storageclass]]</code>
 
* <code>[[kubectl describe storageclass]]</code>
 +
* <code>[[kubectl describe services]]</code>
 
* <code>[[kubectl describe svc]]</code>  
 
* <code>[[kubectl describe svc]]</code>  
 
* <code>[[kubectl describe deployment]] mysql</code>
 
* <code>[[kubectl describe deployment]] mysql</code>

Revision as of 14:54, 20 July 2022

This article is a Draft. Help us to complete it.

Possible resource types include (case insensitive): pods (po), services (svc), replicationcontrollers (rc), nodes (no), events (ev), limitranges (limits), persistentvolumes (pv), persistentvolumeclaims (pvc), resourcequotas (quota), namespaces (ns), serviceaccounts, horizontalpodautoscalers (hpa), endpoints (ep) or secrets


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

Related commands

See also

Advertising: