Uploaded image for project: 'Cluster Observability Operator'
  1. Cluster Observability Operator
  2. COO-144

console-dashboards-plugin refer upstream image with tag

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal Normal
    • 1.0.0
    • 0.2.0
    • None
    • None
    • False
    • Hide

      None

      Show
      None
    • False
    • MON Sprint 252
    • No

      Adding  clone here to fix this in the upstream CSV. COO-143 only get a hotfix for the product.

      On a disconnected cluster, install coo 0.2.0 with stage image, then create UIplugin

       

      % oc apply -f - <<EOF
      apiVersion: observability.openshift.io/v1alpha1
      kind: UIPlugin
      metadata:
        name: ui-dashboards
      spec:
        type: Dashboards
      EOF
      
      % oc -n openshift-operators get pod                                                      
      NAME                                                         READY   STATUS             RESTARTS   AGE
      ......
      observability-operator-7bfd7fddf-8qc5n                       1/1     Running            0          3h44m
      observability-ui-ui-dashboards-585c88ffc-x65k7               0/1     ImagePullBackOff   0          3h42m  
      
      % oc -n openshift-operators get pod observability-ui-ui-dashboards-585c88ffc-x65k7 -oyaml | grep "image"
          image: quay.io/openshift-observability-ui/console-dashboards-plugin:v0.1.0
          imagePullPolicy: IfNotPresent
        imagePullSecrets:
        - image: quay.io/openshift-observability-ui/console-dashboards-plugin:v0.1.0
          imageID: ""
              message: Back-off pulling image "quay.io/openshift-observability-ui/console-dashboards-plugin:v0.1.0"
      

       

      image built by CPAAS coo-console-dashboards-plugin-container-0.2.0-5 should be used and also should use digest not tag

            jfajersk@redhat.com Jan Fajerski
            hongyli@redhat.com Hongyan Li
            Hongyan Li Hongyan Li
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: