Skip to content

Commit ad20c35

Browse files
authored
Merge pull request #61274 from sbeskin-redhat/MIG_1330_Issue_in_migrating_from_ocp_3_to_4_installing_restricted_3_4
MIG-1330 Issue in file migrating_from_ocp_3_to_4/installing-restricted-3-4.adoc
2 parents 415ea78 + 6d80689 commit ad20c35

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

modules/migration-installing-legacy-operator.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,22 +38,22 @@ endif::[]
3838
+
3939
[source,terminal]
4040
----
41-
$ sudo podman login registry.redhat.io
41+
$ podman login registry.redhat.io
4242
----
4343

4444
. Download the `operator.yml` file by entering the following command:
4545
+
4646
[source,terminal,subs="attributes+"]
4747
----
48-
$ sudo podman cp $(sudo podman create \
48+
$ podman cp $(podman create \
4949
registry.redhat.io/rhmtc/openshift-migration-legacy-rhel8-operator:v{mtc-version}):/operator.yml ./
5050
----
5151

5252
. Download the `controller.yml` file by entering the following command:
5353
+
5454
[source,terminal,subs="attributes+"]
5555
----
56-
$ sudo podman cp $(sudo podman create \
56+
$ podman cp $(podman create \
5757
registry.redhat.io/rhmtc/openshift-migration-legacy-rhel8-operator:v{mtc-version}):/controller.yml ./
5858
----
5959

modules/migration-upgrading-mtc-with-legacy-operator.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ endif::[]
2828
+
2929
[source,terminal]
3030
----
31-
$ sudo podman login registry.redhat.io
31+
$ podman login registry.redhat.io
3232
----
3333

3434
. Download the `operator.yml` file by entering the following command:
3535
+
3636
[source,terminal,subs="attributes+"]
3737
----
38-
$ sudo podman cp $(sudo podman create \
38+
$ podman cp $(podman create \
3939
registry.redhat.io/rhmtc/openshift-migration-legacy-rhel8-operator:v{mtc-version}):/operator.yml ./
4040
----
4141

@@ -71,7 +71,7 @@ $ oc -o yaml -n openshift-migration get deployment/migration-operator | grep ima
7171
+
7272
[source,terminal,subs="attributes+"]
7373
----
74-
$ sudo podman cp $(sudo podman create \
74+
$ podman cp $(podman create \
7575
registry.redhat.io/rhmtc/openshift-migration-legacy-rhel8-operator:v{mtc-version}):/controller.yml ./
7676
----
7777

0 commit comments

Comments
 (0)