fix the command output
fix the command output
This commit is contained in:
@@ -55,11 +55,20 @@ Check on the status of the ReplicationController using this command:
|
|||||||
$ kubectl describe replicationcontrollers/nginx
|
$ kubectl describe replicationcontrollers/nginx
|
||||||
Name: nginx
|
Name: nginx
|
||||||
Namespace: default
|
Namespace: default
|
||||||
Image(s): nginx
|
|
||||||
Selector: app=nginx
|
Selector: app=nginx
|
||||||
Labels: app=nginx
|
Labels: app=nginx
|
||||||
|
Annotations: <none>
|
||||||
Replicas: 3 current / 3 desired
|
Replicas: 3 current / 3 desired
|
||||||
Pods Status: 0 Running / 3 Waiting / 0 Succeeded / 0 Failed
|
Pods Status: 0 Running / 3 Waiting / 0 Succeeded / 0 Failed
|
||||||
|
Pod Template:
|
||||||
|
Labels: app=nginx
|
||||||
|
Containers:
|
||||||
|
nginx:
|
||||||
|
Image: nginx
|
||||||
|
Port: 80/TCP
|
||||||
|
Environment: <none>
|
||||||
|
Mounts: <none>
|
||||||
|
Volumes: <none>
|
||||||
Events:
|
Events:
|
||||||
FirstSeen LastSeen Count From SubobjectPath Type Reason Message
|
FirstSeen LastSeen Count From SubobjectPath Type Reason Message
|
||||||
--------- -------- ----- ---- ------------- ---- ------ -------
|
--------- -------- ----- ---- ------------- ---- ------ -------
|
||||||
|
|||||||
Reference in New Issue
Block a user