Uploaded image for project: 'Project Quay'
  1. Project Quay
  2. PROJQUAY-4698

[DOC] Need to define QUAY_DISTRIBUTED_STORAGE_PREFERENCE environment attribute to mirror pod for quay 3.8.0 geo-replication function

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Critical
    • None
    • quay-v3.8.0
    • documentation
    • 0

    Description

      Description of problem:

      For geo-replication function in quay 3.7.0.  customer just need to define  "QUAY_DISTRIBUTED_STORAGE_PREFERENCE" environment attribute to quay pod. but in quay 3.8.0.  customer need to define this environment attribute to both quay and mirror pods.  Need to update document to highlight this change.

      The document for quay 3.7.0

      The change in quay 3.8.0

      $ cat quayregistry10.yaml 
      apiVersion: quay.redhat.com/v1
      kind: QuayRegistry
      metadata:
        name: quayregistry
        namespace: quay-enterprise 
      spec:
        configBundleSecret: config-bundle-secret 
        components:
          - kind: clair
            managed: true 
          - kind: postgres
            managed: false 
          - kind: objectstorage
            managed: false 
          - kind: redis
            managed: false 
          - kind: horizontalpodautoscaler
            managed: true 
          - kind: route
            managed: true 
          - kind: mirror
            managed: true 
            overrides:
              env:
              - name: QUAY_DISTRIBUTED_STORAGE_PREFERENCE
                value: reg2storage
          - kind: monitoring
            managed: false 
          - kind: quay
            managed: true
            overrides:
              env:    
              - name: QUAY_DISTRIBUTED_STORAGE_PREFERENCE
                value: reg2storage

      Attachments

        Issue Links

          Activity

            People

              rhn-support-stevsmit Steven Smith
              rhwhu Weihua Hu
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: