amitsadaphule commented on issue #1923:
URL: https://github.com/apache/camel-k/issues/1923#issuecomment-763915718


   Thanks a lot @astefanutti ! The following command did the trick:
   ```
   # ./kamel install --olm-source=camel-k-catalog 
--olm-source-namespace=openshift-marketplace --olm-channel=alpha
   OLM is available in the cluster
   Camel K installed in namespace camelk via OLM subscription
   ```
   
   in combination with the catalog-source.yaml:
   
   ```
   apiVersion: operators.coreos.com/v1alpha1
   kind: CatalogSource
   metadata:
     name: camel-k-catalog
     namespace: openshift-marketplace
   spec:
     sourceType: grpc
     image: 
image-registry.openshift-image-registry.svc:5000/camelk/camel-k-catalog:1.3.0
     displayName: Camel K catalog
     publisher: Amit Sadaphule
   ```
   ```
   # oc get all -A | grep camel
   camelk                                             
pod/camel-k-operator-7fbb745899-qflcb                                 1/1     
Running     0          8s
   openshift-marketplace                              pod/camel-k-catalog-m8f9g 
                                            1/1     Running     0          4m38s
   openshift-marketplace                              service/camel-k-catalog   
                         ClusterIP      172.30.96.139    <none>                 
                50051/TCP                      4m38s
   camelk                                             
deployment.apps/camel-k-operator                         1/1     1            1 
          11s
   camelk                                             
replicaset.apps/camel-k-operator-7fbb745899                         1         1 
        1       9s
   camelk      imagestream.image.openshift.io/camel-k                      
default-route-openshift-image-registry.apps.shivani-2-46.openshift.com/camelk/camel-k
                         1.3.0                                                  
  8 hours ago
   camelk      imagestream.image.openshift.io/camel-k-catalog              
default-route-openshift-image-registry.apps.shivani-2-46.openshift.com/camelk/camel-k-catalog
                 1.3.0                                                    6 
hours ago
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to