Uploaded image for project: 'OpenShift Migration Toolkit for Containers'
  1. OpenShift Migration Toolkit for Containers
  2. MIG-1330

[enterprise-4.11] Issue in file migrating_from_ocp_3_to_4/installing-restricted-3-4.adoc

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Major Major
    • MTC 1.7.9
    • None
    • Documentation
    • None
    • False
    • Hide

      None

      Show
      None
    • False
    • ToDo

      Which section(s) is the issue in?

      Installing the legacy Migration Toolkit for Containers Operator on OpenShift Container Platform 3 and other sections of the whole document. This is present in older version of OpenShift documentation too, ex. 4.10.

      What needs fixing?

      sudo is not required for the podman commands. We can remove the unnecessary privilege escalation allowing a broader set of users to run it.

      Example of existing code:
      sudo podman cp $(sudo podman create registry.redhat.io/rhmtc/openshift-migration-legacy-rhel8-operator:v1.7):/operator.yml ./

      Example of the sudo removal:
      podman cp $(podman create registry.redhat.io/rhmtc/openshift-migration-legacy-rhel8-operator:v1.7):/operator.yml ./

              rhn-support-sbeskin Sasha Beskin
              rhn-support-anarnold A Arnold
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: