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


   Here is the subscription definition:
   
   ```
   # oc describe subscriptions camel-k -n camelk
   Name:         camel-k
   Namespace:    camelk
   Labels:       operators.coreos.com/camel-k.camelk=
   Annotations:  <none>
   API Version:  operators.coreos.com/v1alpha1
   Kind:         Subscription
   Metadata:
     Creation Timestamp:  2021-01-20T16:57:54Z
     Generation:          1
     Managed Fields:
       API Version:  operators.coreos.com/v1alpha1
       Fields Type:  FieldsV1
       fieldsV1:
         f:spec:
           .:
           f:channel:
           f:config:
             .:
             f:resources:
           f:installPlanApproval:
           f:name:
           f:source:
           f:sourceNamespace:
       Manager:      kamel
       Operation:    Update
       Time:         2021-01-20T16:57:54Z
       API Version:  operators.coreos.com/v1alpha1
       Fields Type:  FieldsV1
       fieldsV1:
         f:metadata:
           f:labels:
             .:
             f:operators.coreos.com/camel-k.camelk:
       Manager:      olm
       Operation:    Update
       Time:         2021-01-20T16:57:54Z
       API Version:  operators.coreos.com/v1alpha1
       Fields Type:  FieldsV1
       fieldsV1:
         f:status:
           .:
           f:catalogHealth:
           f:conditions:
           f:lastUpdated:
       Manager:         catalog
       Operation:       Update
       Time:            2021-01-20T16:57:55Z
     Resource Version:  7334261
     Self Link:         
/apis/operators.coreos.com/v1alpha1/namespaces/camelk/subscriptions/camel-k
     UID:               e7c90af7-7caf-4d76-995f-56a5e508f53c
   Spec:
     Channel:  stable
     Config:
       Resources:
     Install Plan Approval:  Automatic
     Name:                   camel-k
     Source:                 camel-k-catalog
     Source Namespace:       openshift-marketplace
   Status:
     Catalog Health:
       Catalog Source Ref:
         API Version:       operators.coreos.com/v1alpha1
         Kind:              CatalogSource
         Name:              camel-k-catalog
         Namespace:         openshift-marketplace
         Resource Version:  7296672
         UID:               a76c1401-cab4-41c5-975f-2113de4c263f
       Healthy:             true
       Last Updated:        2021-01-20T16:57:55Z
       Catalog Source Ref:
         API Version:       operators.coreos.com/v1alpha1
         Kind:              CatalogSource
         Name:              certified-operators
         Namespace:         openshift-marketplace
         Resource Version:  7331642
         UID:               0b2e175e-496b-4520-85ad-fdd0a5085bd8
       Healthy:             true
       Last Updated:        2021-01-20T16:57:55Z
       Catalog Source Ref:
         API Version:       operators.coreos.com/v1alpha1
         Kind:              CatalogSource
         Name:              community-operators
         Namespace:         openshift-marketplace
         Resource Version:  7333327
         UID:               461fcdda-331f-4526-8ec8-e8337e18b2d8
       Healthy:             true
       Last Updated:        2021-01-20T16:57:55Z
       Catalog Source Ref:
         API Version:       operators.coreos.com/v1alpha1
         Kind:              CatalogSource
         Name:              redhat-marketplace
         Namespace:         openshift-marketplace
         Resource Version:  7331623
         UID:               1053d4ab-c99e-4b63-ba1a-bfceac4e4727
       Healthy:             true
       Last Updated:        2021-01-20T16:57:55Z
       Catalog Source Ref:
         API Version:       operators.coreos.com/v1alpha1
         Kind:              CatalogSource
         Name:              redhat-operators
         Namespace:         openshift-marketplace
         Resource Version:  7331492
         UID:               982c539d-9d7d-4e61-964d-4fe1f9e208c6
       Healthy:             true
       Last Updated:        2021-01-20T16:57:55Z
     Conditions:
       Last Transition Time:  2021-01-20T16:57:55Z
       Message:               all available catalogsources are healthy
       Reason:                AllCatalogSourcesHealthy
       Status:                False
       Type:                  CatalogSourcesUnhealthy
     Last Updated:            2021-01-20T16:57:55Z
   Events:                    <none>
   ```
   
   Also, I had tried to manually create the subscription with the following 
yaml:
   
   ```
   apiVersion: operators.coreos.com/v1alpha1
   kind: Subscription
   metadata:
     name: camel-k-subscription
     namespace: openshift-operators
   spec:
     channel: stable
     name: camel-k
     source: camel-k-catalog
     sourceNamespace: openshift-marketplace
     installPlanApproval: Automatic
   ```
   
   ```
   # oc create -f subscription.yaml
   subscription.operators.coreos.com/camel-k-subscription created
   ```
   
   But that had the same behavior too. No operator pod was shown.


----------------------------------------------------------------
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