Created
January 16, 2019 16:19
-
-
Save jsanda/71ac01151ae1d3d8a2e5ea4e610a9f4a to your computer and use it in GitHub Desktop.
This file contains 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
$ 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 | |
NAME DESIRED CURRENT READY AGE | |
replicaset.apps/hello-go-00002-deployment-6667d94dcf 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 | |
NAME AGE | |
image.caching.internal.knative.dev/hello-go-00002-cache 1h | |
NAME AGE | |
clusterchannelprovisioner.eventing.knative.dev/in-memory-channel 1d | |
NAME READY REASON | |
clusteringress.networking.internal.knative.dev/hello-go-5xvtz True | |
NAME LATESTCREATED LATESTREADY READY REASON | |
configuration.serving.knative.dev/dumpy dumpy-00001 Unknown | |
configuration.serving.knative.dev/hello-go hello-go-00002 hello-go-00002 False RevisionFailed | |
NAME SERVICE NAME READY REASON | |
revision.serving.knative.dev/dumpy-00001 Unknown | |
revision.serving.knative.dev/hello-go-00001 False ContainerMissing | |
revision.serving.knative.dev/hello-go-00002 hello-go-00002-service False NoTraffic | |
NAME DOMAIN READY REASON | |
route.serving.knative.dev/dumpy dumpy.default.example.com Unknown RevisionMissing | |
route.serving.knative.dev/hello-go hello-go.default.example.com True | |
NAME DOMAIN LATESTCREATED LATESTREADY READY REASON | |
service.serving.knative.dev/dumpy dumpy.default.example.com dumpy-00001 Unknown RevisionMissing | |
service.serving.knative.dev/hello-go hello-go.default.example.com hello-go-00002 hello-go-00002 False RevisionFailed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment