Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions modules/migration-installing-legacy-operator.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,22 +38,22 @@ endif::[]
+
[source,terminal]
----
$ sudo podman login registry.redhat.io
$ podman login registry.redhat.io
----

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

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

Expand Down
6 changes: 3 additions & 3 deletions modules/migration-upgrading-mtc-with-legacy-operator.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ endif::[]
+
[source,terminal]
----
$ sudo podman login registry.redhat.io
$ podman login registry.redhat.io
----

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

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

Expand Down