Uploaded image for project: 'OpenShift API for Data Protection'
  1. OpenShift API for Data Protection
  2. OADP-586

registry deployment still exists on 1.1 build, and the registry pod gets recreated endlessly

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Critical
    • OADP 1.1.0
    • OADP 1.1.0
    • None
    • None
    • False
    • Hide

      None

      Show
      None
    • False
    • Passed
    • No
    • 0
    • 0
    • Very Likely
    • 0
    • None
    • Unset
    • Unknown

    Description

      Description of problem: registry deployment still exists on 1.1 build, and the registry pod gets recreated endlessly:

      (venv) [mperetz@mperetz oadp-e2e-qe]$ oc get pods -n openshift-adp
      NAME                                               READY   STATUS        RESTARTS   AGE
      oadp-ts-dpa-1-gcp-registry-57fb94f8bb-7g45c        0/1     Terminating   0          2s
      oadp-ts-dpa-1-gcp-registry-57fb94f8bb-f5pbz        0/1     Terminating   0          1s
      oadp-ts-dpa-1-gcp-registry-57fb94f8bb-s8pft        0/1     Terminating   0          0s
      oadp-ts-dpa-1-gcp-registry-57fb94f8bb-wd424        0/1     Terminating   0          3s
      oadp-ts-dpa-1-gcp-registry-64885b857c-98mbl        1/1     Running       0          14m
      openshift-adp-controller-manager-9d5b45674-4m6qk   1/1     Running       0          3h14m
      velero-66c6d4c9c6-t5v7r                            1/1     Running       0          14m
      (venv) [mperetz@mperetz oadp-e2e-qe]$ oc get pods -n openshift-adp
      NAME                                               READY   STATUS        RESTARTS   AGE
      oadp-ts-dpa-1-gcp-registry-57fb94f8bb-7z4th        0/1     Terminating   0          5s
      oadp-ts-dpa-1-gcp-registry-57fb94f8bb-drpb8        0/1     Terminating   0          3s
      oadp-ts-dpa-1-gcp-registry-57fb94f8bb-fckfc        0/1     Terminating   0          0s
      oadp-ts-dpa-1-gcp-registry-57fb94f8bb-pkb7s        0/1     Terminating   0          2s
      oadp-ts-dpa-1-gcp-registry-57fb94f8bb-qbs72        0/1     Terminating   0          4s
      oadp-ts-dpa-1-gcp-registry-57fb94f8bb-ws4bm        0/1     Terminating   0          2s
      oadp-ts-dpa-1-gcp-registry-64885b857c-98mbl        1/1     Running       0          15m
      openshift-adp-controller-manager-9d5b45674-4m6qk   1/1     Running       0          3h15m
      velero-66c6d4c9c6-t5v7r                            1/1     Running       0          15m
      (venv) [mperetz@mperetz oadp-e2e-qe]$ 
       

       

      Version-Release number of selected component (if applicable): OADP 1.1 (brew.registry.redhat.io/rh-osbs/iib:264349 catsrc image)

       

      How reproducible: 100%

       

      Steps to Reproduce:
      1. create any DPA CR, e.g:

      (venv) [mperetz@mperetz oadp-e2e-qe]$ oc get dpa -n openshift-adp -o yaml
      apiVersion: v1
      items:
      - apiVersion: oadp.openshift.io/v1alpha1
        kind: DataProtectionApplication
        metadata:
          creationTimestamp: "2022-06-30T12:40:07Z"
          generation: 1
          name: ts-dpa
          namespace: openshift-adp
          resourceVersion: "253547"
          uid: aab1bf05-6b01-4274-8f27-c989394ceb0e
        spec:
          backupLocations:
          - velero:
              credential:
                key: cloud
                name: cloud-credentials-gcp
              default: true
              objectStorage:
                bucket: oadpbucket116638
                prefix: velero-e2e-bfa3398f-f871-11ec-80ac-902e163f806c
              provider: gcp
          configuration:
            restic:
              enable: false
              podConfig:
                resourceAllocations: {}
            velero:
              defaultPlugins:
              - openshift
              - gcp
              - kubevirt
              - csi
       

      2. check the deployments and the pods in the namespace

      Expected results: registry deployment is suppose to be deprecated on 1.1

       

      Attachments

        Issue Links

          Activity

            People

              tkaovila@redhat.com Tiger Kaovilai
              mperetz@redhat.com Maya Peretz
              Maya Peretz Maya Peretz
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: