Uploaded image for project: 'Docs for Red Hat Developers'
  1. Docs for Red Hat Developers
  2. RHDEVDOCS-5317

mismatched OCP versions in `Upgrading Dev Spaces in a restricted environment` section of Admin Guide

XMLWordPrintable

    Section 6.5. Upgrading Dev Spaces in a restricted environment
    in https://access.redhat.com/documentation/en-us/red_hat_openshift_dev_spaces/3.5/html/administration_guide/upgrading-devspaces#upgrading-devspaces-using-the-cli-management-tool-in-restricted-environment

    contains a snippet of code which refers to mismatched version of OCP.

    We should update the example code to 4.12:

    before, 4.10 and 4.11
    $ bash prepare-restricted-environment.sh \
      --ocp_ver "4.11" \
      --devworkspace_operator_index "registry.redhat.io/redhat/redhat-operator-index:v4.10" \
      --devworkspace_operator_version "v0.18.1" \
      --prod_operator_index "registry.redhat.io/redhat/redhat-operator-index:v4.10" \
      --prod_operator_package_name "devspaces-operator" \
      --prod_operator_version "v3.5.0" \
      --my_registry "<my_registry>" \
      --my_catalog "<my_catalog>"
    after, 4.12
    $ bash prepare-restricted-environment.sh \
      --ocp_ver "4.12" \
      --devworkspace_operator_index "registry.redhat.io/redhat/redhat-operator-index:v4.12" \
      --devworkspace_operator_version "v0.18.1" \
      --prod_operator_index "registry.redhat.io/redhat/redhat-operator-index:v4.12" \
      --prod_operator_package_name "devspaces-operator" \
      --prod_operator_version "v3.5.0" \
      --my_registry "<my_registry>" \
      --my_catalog "<my_catalog>"

            rhn-support-mleonov Max Leonov
            nickboldt Nick Boldt
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: