Skip to content

Instantly share code, notes, and snippets.

@jcrossley3
Created October 17, 2018 22:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcrossley3/9e7284ba67b93b0983dd9da0d6a72f15 to your computer and use it in GitHub Desktop.
Save jcrossley3/9e7284ba67b93b0983dd9da0d6a72f15 to your computer and use it in GitHub Desktop.
[jim@localhost operator-lifecycle-manager]$ oc get all
NAME READY STATUS RESTARTS AGE
pod/build-controller-5b84f95d5-kgrst 1/1 Running 0 14s
pod/build-webhook-796869d79b-r66j6 1/1 Running 0 14s
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
service/build-controller ClusterIP 172.30.221.22 <none> 9090/TCP 12s
service/build-webhook ClusterIP 172.30.34.151 <none> 443/TCP 12s
NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE
deployment.apps/build-controller 1 1 1 1 14s
deployment.apps/build-webhook 1 1 1 1 14s
NAME DESIRED CURRENT READY AGE
replicaset.apps/build-controller-5b84f95d5 1 1 1 14s
replicaset.apps/build-webhook-796869d79b 1 1 1 14s
NAME CSV SOURCE APPROVAL APPROVED
installplan.operators.coreos.com/knative-build knative-build.v0.1.2 knative-operators Automatic
NAME DISPLAY VERSION REPLACES PHASE
clusterserviceversion.operators.coreos.com/knative-build.v0.1.2 KnativeBuild 0.1.2 Succeeded
[jim@localhost operator-lifecycle-manager]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment