Skip to content

Instantly share code, notes, and snippets.

@fatherlinux
Created March 3, 2016 23:41
Show Gist options
  • Save fatherlinux/7ca010dcf45017939ed2 to your computer and use it in GitHub Desktop.
Save fatherlinux/7ca010dcf45017939ed2 to your computer and use it in GitHub Desktop.
oc get pods
NAME READY STATUS RESTARTS AGE
docker-registry-1-dpnpz 1/1 Running 0 10m
trainingrouter-1-jd4w6 1/1 Running 0 10m
oc get nodes
NAME LABELS STATUS AGE
infranode kubernetes.io/hostname=infranode,region=infra,zone=infranode Ready 12m
master kubernetes.io/hostname=master Ready,SchedulingDisabled 12m
node00 kubernetes.io/hostname=node00,region=primary,zone=east Ready 12m
node01 kubernetes.io/hostname=node01,region=primary,zone=west Ready 12m
oc describe pod docker-registry-1-dpnpz
Name: docker-registry-1-dpnpz
Namespace: default
Image(s): infranode:5000/openshift3/ose-docker-registry:v3.0.2.903
Node: infranode/192.168.0.101
Start Time: Thu, 03 Mar 2016 18:26:38 -0500
Labels: deployment=docker-registry-1,deploymentconfig=docker-registry,docker-registry=default
Status: Running
Reason:
Message:
IP: 10.1.0.4
oc describe pod trainingrouter-1-jd4w6
Name: trainingrouter-1-jd4w6
Namespace: default
Image(s): infranode:5000/openshift3/ose-haproxy-router:v3.0.2.903
Node: infranode/192.168.0.101
Start Time: Thu, 03 Mar 2016 18:26:38 -0500
Labels: deployment=trainingrouter-1,deploymentconfig=trainingrouter,router=trainingrouter
Status: Running
Reason:
Message:
IP: 192.168.0.101
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment