File tree Expand file tree Collapse file tree 1 file changed +3
-14
lines changed
Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -54,19 +54,7 @@ endif::restricted[]
5454Complete the following steps on the installation host:
5555
5656ifndef::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
119108ifndef::openshift-origin[]
120- . Edit the new
109+ . Edit the JSON
121110endif::[]
122111ifdef::openshift-origin[]
123112. Create a `.json`
You can’t perform that action at this time.
0 commit comments