mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 04:32:37 +00:00
Updating docs/ to v1
This commit is contained in:
@@ -32,7 +32,7 @@ $ kubectl get replicationcontroller web
|
||||
$ kubectl get -o json pod web-pod-13je7
|
||||
|
||||
// Return only the phase value of the specified pod.
|
||||
$ kubectl get -o template web-pod-13je7 --template={{.status.phase}} --api-version=v1beta3
|
||||
$ kubectl get -o template web-pod-13je7 --template={{.status.phase}} --api-version=v1
|
||||
|
||||
// List all replication controllers and services together in ps output format.
|
||||
$ kubectl get rc,services
|
||||
@@ -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-29 22:39:51.164275749 +0000 UTC
|
||||
###### Auto generated by spf13/cobra at 2015-06-05 21:08:36.511279339 +0000 UTC
|
||||
|
||||
[]()
|
||||
|
Reference in New Issue
Block a user