mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 21:21:14 +00:00
Fix "validate-cluster.sh" to use "kubectl get componentstatus".
This commit is contained in:
@@ -8,7 +8,7 @@ Display one or many resources
|
||||
Display one or many resources.
|
||||
|
||||
Possible resources include pods (po), replication controllers (rc), services
|
||||
(svc), minions (mi), or events (ev).
|
||||
(svc), minions (mi), events (ev), or component statuses (cs).
|
||||
|
||||
By specifying the output as 'template' and providing a Go template as the value
|
||||
of the --template flag, you can filter the attributes of the fetched resource(s).
|
||||
@@ -85,4 +85,4 @@ $ kubectl get rc/web service/frontend pods/web-pod-13je7
|
||||
### SEE ALSO
|
||||
* [kubectl](kubectl.md) - kubectl controls the Kubernetes cluster manager
|
||||
|
||||
###### Auto generated by spf13/cobra at 2015-04-16 17:04:37.387483074 +0000 UTC
|
||||
###### Auto generated by spf13/cobra at 2015-04-17 18:59:11.482589064 +0000 UTC
|
||||
|
Reference in New Issue
Block a user