Skip to content

pullSecret issue in OKD4 docs #32331

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 11, 2021
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
9 changes: 7 additions & 2 deletions modules/installation-launching-installer.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -285,11 +285,16 @@ If you provide a name that is longer
than 6 characters, only the first 6 characters will be used in the infrastructure
ID that is generated from the cluster name.
endif::gcp[]
ifndef::openshift-origin[]
.. Paste the pull secret that you obtained from the
link:https://cloud.redhat.com/openshift/install/pull-secret[Pull Secret] page on the {cloud-redhat-com} site.
endif::openshift-origin[]
ifdef::openshift-origin[]
This field is optional.
endif::[]
.. Paste the pull secret that you obtained from the
link:https://cloud.redhat.com/openshift/install/pull-secret[Pull Secret] page on the {cloud-redhat-com} site.
* If you do not have a pull secret from the {cloud-redhat-com} site, you can paste the pull secret another private registry.
* If you do not need the cluster to pull images from a private registry, you can paste `{"auths":{"fake":{"auth":"aWQ6cGFzcwo="}}}` as the pull secret.
endif::openshift-origin[]
endif::rhv[]
ifdef::rhv[]
Respond to the installation program prompts.
Expand Down
2 changes: 2 additions & 0 deletions modules/installation-obtaining-installer.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ are provided by the included authorities, including Quay.io, which serves the
container images for {product-title} components.
ifdef::openshift-origin[]
+
Using a pull secret from the {cloud-redhat-com} site is not required. You can use a pull secret for another private registry. Or, if you do not need the cluster to pull images from a private registry, you can use `{"auths":{"fake":{"auth":"aWQ6cGFzcwo="}}}` as the pull secret when prompted during the installation.
+
If you do not use the pull secret from the {cloud-redhat-com} site:
+
* Red Hat Operators are not available.
Expand Down