Created
July 1, 2015 15:07
-
-
Save kelseyhightower/38aec28d1f9992ce8fbf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
core@node0 ~/hyperkube $ ./kubectl get pods | |
NAME READY REASON RESTARTS AGE | |
controller-127.0.0.1 3/3 Running 0 1m | |
core@node0 ~/hyperkube $ ./kubectl describe pods controller-127.0.0.1 | |
Name: controller-127.0.0.1 | |
Image(s): kelseyhightower/kubernetes:0.20.2,kelseyhightower/kubernetes:0.20.2,kelseyhightower/kubernetes:0.20.2 | |
Node: 127.0.0.1/127.0.0.1 | |
Labels: <none> | |
Status: Running | |
Reason: | |
Message: | |
IP: 127.0.0.1 | |
Replication Controllers: <none> | |
Containers: | |
controller-manager: | |
Image: kelseyhightower/kubernetes:0.20.2 | |
State: Running | |
Started: Wed, 01 Jul 2015 15:05:07 +0000 | |
Ready: True | |
Restart Count: 0 | |
apiserver: | |
Image: kelseyhightower/kubernetes:0.20.2 | |
State: Running | |
Started: Wed, 01 Jul 2015 15:05:06 +0000 | |
Ready: True | |
Restart Count: 0 | |
scheduler: | |
Image: kelseyhightower/kubernetes:0.20.2 | |
State: Running | |
Started: Wed, 01 Jul 2015 15:05:07 +0000 | |
Ready: True | |
Restart Count: 0 | |
Conditions: | |
Type Status | |
Ready True | |
No events. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment