Skip to content

Instantly share code, notes, and snippets.

@jeffmaury
Created November 19, 2019 10:15
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 jeffmaury/f934d72b6c46814771126412154486de to your computer and use it in GitHub Desktop.
Save jeffmaury/f934d72b6c46814771126412154486de to your computer and use it in GitHub Desktop.
$ oc get all -n openshift-marketplace
NAME READY STATUS RESTARTS AGE
pod/certified-operators-57b9c7d85-qb9hh 1/1 Running 0 20d
pod/community-operators-5df9477c98-xcc2n 1/1 Running 0 19d
pod/marketplace-operator-d6774f7b6-hzslt 1/1 Running 0 20d
pod/redhat-operators-6d647d6fcb-xzww9 1/1 Running 0 19d
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
service/certified-operators ClusterIP 172.30.156.247 <none> 50051/TCP 20d
service/community-operators ClusterIP 172.30.37.24 <none> 50051/TCP 19d
service/marketplace-operator-metrics ClusterIP 172.30.233.122 <none> 8383/TCP 20d
service/redhat-operators ClusterIP 172.30.227.147 <none> 50051/TCP 19d
NAME READY UP-TO-DATE AVAILABLE AGE
deployment.apps/certified-operators 1/1 1 1 20d
deployment.apps/community-operators 1/1 1 1 20d
deployment.apps/marketplace-operator 1/1 1 1 20d
deployment.apps/redhat-operators 1/1 1 1 20d
NAME DESIRED CURRENT READY AGE
replicaset.apps/certified-operators-57b9c7d85 1 1 1 20d
replicaset.apps/community-operators-5d9fd69877 0 0 0 20d
replicaset.apps/community-operators-5df9477c98 1 1 1 19d
replicaset.apps/community-operators-6c67d747c4 0 0 0 19d
replicaset.apps/community-operators-7878dbb498 0 0 0 19d
replicaset.apps/community-operators-b66754846 0 0 0 19d
replicaset.apps/marketplace-operator-d6774f7b6 1 1 1 20d
replicaset.apps/redhat-operators-6d647d6fcb 1 1 1 19d
replicaset.apps/redhat-operators-7647c7656 0 0 0 20d
replicaset.apps/redhat-operators-76c44d84bd 0 0 0 19d
replicaset.apps/redhat-operators-7f7df4c79b 0 0 0 19d
replicaset.apps/redhat-operators-87ccc4dc8 0 0 0 19d
replicaset.apps/redhat-operators-d6fdb6965 0 0 0 19d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment