Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-5440

Wrong command for creating secret used by image registry

XMLWordPrintable

    • Low
    • 1
    • False
    • Hide

      None

      Show
      None

      Description of problem:
      The comand for create secret is wrong:
      $ oc create secret generic image-registry-private-configuration-user --from-file=KEY1=value1 --from-literal=KEY2=value2 --namespace openshift-image-registry
      should be
      $ oc create secret generic image-registry-private-configuration-user--from-literal=KEY1=value1 --from-literal=KEY2=value2 --namespace openshift-image-registry in doc:
      https://redhat:redhat@docs.openshift.com/container-platform/4.12/registry/configuring-registry-operator.html#registry-operator-config-resources-storage-credentials_configuring-registry-operator

       

            rhn-support-cbippley Courtney Bippley
            rhn-support-wewang Wen Wang
            Wen Wang Wen Wang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: