Stop supporting the minion alias for nodes in kubectl

This commit is contained in:
Jeff Lowdermilk
2015-05-29 15:40:47 -07:00
parent a026ca40f8
commit 0c44be833d
5 changed files with 19 additions and 14 deletions

View File

@@ -9,7 +9,7 @@ Display one or many resources.
Possible resources include pods (po), replication controllers (rc), services
(svc), nodes, events (ev), component statuses (cs), limit ranges (limits),
minions (mi), persistent volumes (pv), persistent volume claims (pvc)
nodes (no), persistent volumes (pv), persistent volume claims (pvc)
or resource quotas (quota).
By specifying the output as 'template' and providing a Go template as the value
@@ -87,6 +87,6 @@ $ 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-05-28 22:43:52.329286408 +0000 UTC
###### Auto generated by spf13/cobra at 2015-05-29 22:39:51.164275749 +0000 UTC
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/docs/kubectl_get.md?pixel)]()

View File

@@ -18,7 +18,7 @@ Display one or many resources.
.PP
Possible resources include pods (po), replication controllers (rc), services
(svc), nodes, events (ev), component statuses (cs), limit ranges (limits),
minions (mi), persistent volumes (pv), persistent volume claims (pvc)
nodes (no), persistent volumes (pv), persistent volume claims (pvc)
or resource quotas (quota).
.PP