-
Notifications
You must be signed in to change notification settings - Fork 308
pullSecret issue in OKD4 docs #627
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
Comments
@andreaskaris people with no RH account are not supposed to get a valid pull-secret for the RH registry, which is why the fake pull secret (or your own podman authfile for e.g. quay.io) is supposed to be used in that case, because the OKD images are public/don't require this. Does the fake pull secret on that line not work for you? |
Maybe we should just clarify this by saying: pass your compacted podman authfile/dockerconfigjson as pull secret. If you don't have one or don't need the cluster to pull images from any private repos that you have access to (for standard ops you probably don't need this), use the fake one. |
Hi, @LorbusChris Thanks for the quick answer. Just to clarify:
This might be the wrong repository to report this, but docs.okd.io does not contain any references to the fake secret. You can corroborate this by going to: https://docs.okd.io/latest/welcome/index.html Thanks, Andreas |
@andreaskaris @LorbusChris The installation files are used in multiple installation types. Does the fake pull secret work across the board: AWS, GCP, Azure, oVirt, vSphere, VMC, etc? PR in progress for this change: openshift/openshift-docs#32331 |
PR is merged |
/close |
@mburke5678: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Thank you for solving this so quickly! |
This is a continuation of Closed ticket #264
Sorry for reopening this, but ...
I do not know which docs were updated, but clearly not this page:
https://docs.okd.io/latest/installing/installing_aws/installing-aws-default.html
Nor anything else in docs.okd.io
I'm reopening this because I'd expect that any installation related documentation should also mention the fake pull-secret from:
https://github.com/openshift/okd#getting-started
Or that it should clearly point non-RH registered users to a decent way to obtain a pull-secret.
Or how else are non-RH customers supposed to get a valid pull-secret?
The text was updated successfully, but these errors were encountered: