Skip to content

Instantly share code, notes, and snippets.

@jsanda
Created January 16, 2019 16:17
Show Gist options
  • Save jsanda/d9daa5758d5975c250e1d08398a537b9 to your computer and use it in GitHub Desktop.
Save jsanda/d9daa5758d5975c250e1d08398a537b9 to your computer and use it in GitHub Desktop.
$ oc get all
NAME READY STATUS RESTARTS AGE
pod/cassandra-0 1/1 Running 0 18h
pod/cassandra-1 1/1 Running 0 18h
pod/cassandra-2 1/1 Running 0 18h
pod/docker-registry-1-dglvs 1/1 Running 0 1d
pod/logging-eventrouter-1-drbtd 1/1 Running 0 1d
pod/registry-console-1-tth9l 1/1 Running 0 1d
pod/router-2-277np 1/1 Running 0 1d
NAME DESIRED CURRENT READY AGE
replicationcontroller/docker-registry-1 1 1 1 1d
replicationcontroller/logging-eventrouter-1 1 1 1 1d
replicationcontroller/registry-console-1 1 1 1 1d
replicationcontroller/router-1 0 0 0 1d
replicationcontroller/router-2 1 1 1 1d
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
service/cassandra ClusterIP None <none> 9042/TCP 21h
service/docker-registry ClusterIP 172.30.115.113 <none> 5000/TCP 1d
service/hello-go ExternalName <none> knative-ingressgateway.istio-system.svc.cluster.local <none> 1h
service/hello-go-00002-service ClusterIP 172.30.82.179 <none> 80/TCP 1h
service/kubernetes ClusterIP 172.30.0.1 <none> 443/TCP,53/UDP,53/TCP 1d
service/registry-console ClusterIP 172.30.4.220 <none> 9000/TCP 1d
service/router ClusterIP 172.30.92.30 <none> 80/TCP,443/TCP,1936/TCP 1d
NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE
deployment.apps/hello-go-00002-deployment 0 0 0 0 1h
deployment.apps/nestdb-api-00001-deployment 0 0 0 0 1h
NAME DESIRED CURRENT READY AGE
replicaset.apps/hello-go-00002-deployment-6667d94dcf 0 0 0 1h
replicaset.apps/nestdb-api-00001-deployment-844949f786 0 0 0 1h
NAME DESIRED CURRENT AGE
statefulset.apps/cassandra 3 3 18h
NAME REVISION DESIRED CURRENT TRIGGERED BY
deploymentconfig.apps.openshift.io/docker-registry 1 1 1 config
deploymentconfig.apps.openshift.io/logging-eventrouter 1 1 1 config
deploymentconfig.apps.openshift.io/registry-console 1 1 1 config
deploymentconfig.apps.openshift.io/router 2 1 1 config
NAME HOST/PORT PATH SERVICES PORT TERMINATION WILDCARD
route.route.openshift.io/docker-registry docker-registry-default.apps.clayton-3620.openshiftworkshop.com docker-registry <all> passthrough None
route.route.openshift.io/registry-console registry-console-default.apps.clayton-3620.openshiftworkshop.com registry-console <all> passthrough None
NAME READY REASON
podautoscaler.autoscaling.internal.knative.dev/hello-go-00002 False NoTraffic
NAME SUCCEEDED REASON STARTTIME COMPLETIONTIME
build.build.knative.dev/dumpy-00001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment