Uploaded image for project: 'Red Hat Fuse'
  1. Red Hat Fuse
  2. ENTESB-13959

Released Camel-K TP1 installation does not work from OperatorHub

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Blocker Blocker
    • fuse-next-TP1-GA
    • fuse-next-TP1-GA
    • Camel-K
    • None

      I am not able to install released version of Camel-K from OperatorHub

      ➜  ~ oc get csv red-hat-camel-k-operator.v1.0.0 
      NAME                              DISPLAY                         VERSION   REPLACES   PHASE
      red-hat-camel-k-operator.v1.0.0   Red Hat Integration - Camel K   1.0.0                Failed
      ➜  ~ 
      
      ➜  ~ oc get events                              
      LAST SEEN   TYPE      REASON    OBJECT                                  MESSAGE
      2m57s       Normal    Pulling   pod/camel-k-operator-6cf5c9ccc4-8g2tb   Pulling image "integration-tech-preview/camel-k-rhel8-operator"
      2m57s       Warning   Failed    pod/camel-k-operator-6cf5c9ccc4-8g2tb   Failed to pull image "integration-tech-preview/camel-k-rhel8-operator": rpc error: code = Unknown desc = Error reading manifest latest in docker.io/integration-tech-preview/camel-k-rhel8-operator: errors:
      denied: requested access to the resource is denied
      unauthorized: authentication required
      2m57s       Warning   Failed                pod/camel-k-operator-6cf5c9ccc4-8g2tb                   Error: ErrImagePull
      2m44s       Normal    BackOff               pod/camel-k-operator-6cf5c9ccc4-8g2tb                   Back-off pulling image "integration-tech-preview/camel-k-rhel8-operator"
      3m9s        Warning   Failed                pod/camel-k-operator-6cf5c9ccc4-8g2tb                   Error: ImagePullBackOff
      <unknown>   Normal    Scheduled             pod/camel-k-operator-6cf5c9ccc4-8g2tb                   Successfully assigned camel-kprod/camel-k-operator-6cf5c9ccc4-8g2tb to camel-k-43-8dk5s-worker-5gwsv
      4m25s       Normal    SuccessfulCreate      replicaset/camel-k-operator-6cf5c9ccc4                  Created pod: camel-k-operator-6cf5c9ccc4-8g2tb
      4m25s       Normal    ScalingReplicaSet     deployment/camel-k-operator                             Scaled up replica set camel-k-operator-6cf5c9ccc4 to 1
      4m27s       Normal    RequirementsUnknown   clusterserviceversion/red-hat-camel-k-operator.v1.0.0   requirements not yet checked
      4m26s       Normal    AllRequirementsMet    clusterserviceversion/red-hat-camel-k-operator.v1.0.0   all requirements found, attempting install
      4m24s       Normal    InstallSucceeded      clusterserviceversion/red-hat-camel-k-operator.v1.0.0   waiting for install components to report healthy
      4m23s       Normal    InstallWaiting        clusterserviceversion/red-hat-camel-k-operator.v1.0.0   installing: Waiting: waiting for deployment camel-k-operator to become ready: Waiting for rollout to finish: 0 of 1 updated replicas are available...
      
      ➜  ~ oc get csv red-hat-camel-k-operator.v1.0.0 -o yaml | grep image\:
                      image: integration-tech-preview/camel-k-rhel8-operator
      
      ➜  ~ oc get Deployment camel-k-operator -o yaml | grep image
              image: integration-tech-preview/camel-k-rhel8-operator
              imagePullPolicy: IfNotPresent
      

      The problem is that we reference integration-tech-preview/camel-k-rhel8-operator instead of registry.redhat.io/integration-tech-preview/camel-k-rhel8-operator:1.0-12

      The updated image has been build:

      quay.io/rh_integration_operators/camel-k-operator-bundle:1.0.0-12

            nicolaferraro Nicola Ferraro (Inactive)
            jbouska@redhat.com Jan Bouska
            Votes:
            0 Vote for this issue
            Watchers:
            13 Start watching this issue

              Created:
              Updated:
              Resolved: