Skip to content

Commit 0831345

Browse files
committed
GitHub-43098: Removing duplicate step and other issues from an incorrect merge conflict resolution
1 parent e6f76a6 commit 0831345

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

modules/installation-adding-registry-pull-secret.adoc

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -54,19 +54,7 @@ endif::restricted[]
5454
Complete the following steps on the installation host:
5555

5656
ifndef::openshift-origin[]
57-
. Download your `registry.redhat.io` {cluster-manager-url-pull} and save it to a `.json` file.
58-
endif::[]
59-
60-
. Generate the base64-encoded user name and password or token for your mirror
61-
registry:
62-
+
63-
[source,terminal]
64-
----
65-
$ echo -n '<user_name>:<password>' | base64 -w0 <1>
66-
BGVtbYk3ZHAtqXs=
67-
----
68-
<1> For `<user_name>` and `<password>`, specify the user name and password that
69-
you configured for your registry.
57+
. Download your `registry.redhat.io` {cluster-manager-url-pull}.
7058

7159
. Make a copy of your pull secret in JSON format:
7260
+
@@ -106,6 +94,7 @@ The contents of the file resemble the following example:
10694
}
10795
}
10896
----
97+
endif::[]
10998

11099
. Generate the base64-encoded user name and password or token for your mirror registry:
111100
+
@@ -117,7 +106,7 @@ BGVtbYk3ZHAtqXs=
117106
<1> For `<user_name>` and `<password>`, specify the user name and password that you configured for your registry.
118107

119108
ifndef::openshift-origin[]
120-
. Edit the new
109+
. Edit the JSON
121110
endif::[]
122111
ifdef::openshift-origin[]
123112
. Create a `.json`

0 commit comments

Comments
 (0)