Skip to content

Instantly share code, notes, and snippets.

@jcrossley3
Created December 17, 2018 17:51
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/2a37e02b1148cb20f34ac29ff47d48c6 to your computer and use it in GitHub Desktop.
Save jcrossley3/2a37e02b1148cb20f34ac29ff47d48c6 to your computer and use it in GitHub Desktop.
+ git clone https://github.com/operator-framework/operator-lifecycle-manager /home/jim/src/operators/knative-operators/etc/scripts/../../.repos/olm
Cloning into '/home/jim/src/operators/knative-operators/etc/scripts/../../.repos/olm'...
remote: Enumerating objects: 53, done.
remote: Counting objects: 100% (53/53), done.
remote: Compressing objects: 100% (39/39), done.
remote: Total 22334 (delta 24), reused 30 (delta 14), pack-reused 22281
Receiving objects: 100% (22334/22334), 13.41 MiB | 8.29 MiB/s, done.
Resolving deltas: 100% (12738/12738), done.
Checking out files: 100% (3851/3851), done.
+ oc apply -f -
+ cat /home/jim/src/operators/knative-operators/etc/scripts/../../.repos/olm/deploy/okd/manifests/latest/0000_30_02-clusterserviceversion.crd.yaml /home/jim/src/operators/knative-operators/etc/scripts/../../.repos/olm/deploy/okd/manifests/latest/0000_30_03-installplan.crd.yaml /home/jim/src/operators/knative-operators/etc/scripts/../../.repos/olm/deploy/okd/manifests/latest/0000_30_04-subscription.crd.yaml /home/jim/src/operators/knative-operators/etc/scripts/../../.repos/olm/deploy/okd/manifests/latest/0000_30_05-catalogsource.crd.yaml /home/jim/src/operators/knative-operators/etc/scripts/../../.repos/olm/deploy/okd/manifests/latest/0000_30_13-operatorgroup.crd.yaml
customresourcedefinition.apiextensions.k8s.io/clusterserviceversions.operators.coreos.com created
customresourcedefinition.apiextensions.k8s.io/installplans.operators.coreos.com created
customresourcedefinition.apiextensions.k8s.io/subscriptions.operators.coreos.com created
customresourcedefinition.apiextensions.k8s.io/catalogsources.operators.coreos.com created
customresourcedefinition.apiextensions.k8s.io/operatorgroups.operators.coreos.com created
+ sleep 1
+ find /home/jim/src/operators/knative-operators/etc/scripts/../../.repos/olm/deploy/okd/manifests/latest/ -type f '!' -name '*crd.yaml'
+ sort
+ oc create -f -
+ xargs cat
namespace/openshift-operator-lifecycle-manager created
namespace/openshift-operators created
clusterrole.rbac.authorization.k8s.io/system:controller:operator-lifecycle-manager created
serviceaccount/olm-operator-serviceaccount created
clusterrolebinding.rbac.authorization.k8s.io/olm-operator-binding-openshift-operator-lifecycle-manager created
configmap/rh-operators created
catalogsource.operators.coreos.com/rh-operators created
deployment.apps/olm-operator created
deployment.apps/catalog-operator created
clusterrole.rbac.authorization.k8s.io/aggregate-olm-edit created
clusterrole.rbac.authorization.k8s.io/aggregate-olm-view created
configmap/olm-operators created
catalogsource.operators.coreos.com/olm-operators created
subscription.operators.coreos.com/packageserver created
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment