-
Notifications
You must be signed in to change notification settings - Fork 304
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
pullSecret issue in OKD4 docs #264
Comments
Right, previously it has been tracked in #182. Ideally the installer would automatically set a dummy pull secret if its not set, the issue is that its a pretty large change and we had issues during periodic rebase. Hopefully that would be solved in 4.6 It appears we need a:
|
I got the same build-errors with the fake-pull-secret. OKD Version: 4.5.0-0.okd-2020-08-12-020541 Error like mentioned by @jkassis and shown in the attachment Logfile and BuildConfig: |
I can vouch for that as well. I had to do that for my OKD disconnected install to mirror, as well as for the OKD CRC build. It's looking for valid base64 that is can parse in the form of |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
@vrutkovs Maybe adding this workaround somewhere in the documentation? It says |
We have it mentioned in https://github.com/openshift/okd#getting-started. I don't think its worth updating docs.okd.io when its clearly a bug |
I have encountered the following error more than three times now. Because the command
|
/remove-lifecycle rotten |
/close |
@Reamer: You can't close an active issue/PR unless you authored it or you are a collaborator. 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. |
All docs updated to use valid pull secret |
Sorry for reopening this, but ... I do not know which docs were updated, but clearly not this page: Nor anything else in docs.okd.io I'm reopening this because I'd expect that any installation related documentation should also mention
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? |
@andreaskaris |
@fossxplorer It's o.k., there really was an issue in our docs and it was fixed with #627 |
* docs/index: Remove "Review our Apache 2 license" The license is already mentionned elsewhere and not primarily relevant as a first step for new users to get started. * docs/index: Update Slack channel & mailing list links
* update (okd-project#5) * docs/index: Update Slack channel & mailing list links (okd-project#264) * docs/index: Remove "Review our Apache 2 license" The license is already mentionned elsewhere and not primarily relevant as a first step for new users to get started. * docs/index: Update Slack channel & mailing list links * add Charter (okd-project#265) * add link to ignore file to overcome 403 return code (okd-project#254) (okd-project#3) * ignore link to https://medium.com/@casonadams/edgerouter-x-adguardhome-b9d453f5725b as site returns 403 Signed-off-by: Brian Innes <[email protected]> Co-authored-by: Brian Innes <[email protected]> Co-authored-by: Brian Innes <[email protected]> * added Charter + mkdoc fixes Co-authored-by: Brian Innes <[email protected]> Co-authored-by: Brian Innes <[email protected]> * added meeting minutes * fixed location * fixed affilations * adding minutes to menu and re-arranging * cleaning up minutes * explicit link * updated mkdocs.yaml * exclude minutes from spell checking * replace dead link for Faros * Color accessibility tweaks (okd-project#271) * Test commit * Revert "Test commit" This reverts commit bc8bd34bbf5308c6533ee05a72d30746910e04ca. * Updating copyright * Style updates * More color adjustments * Padding tweaks on homepage * Linear gradient for sidebar navs * Admonition bg color update * Code typography color tweak Co-authored-by: Timothée Ravier <[email protected]> Co-authored-by: Brian Innes <[email protected]> Co-authored-by: Brian Innes <[email protected]> Co-authored-by: Cloud User <[email protected]> Co-authored-by: Jaime Magiera <[email protected]> Co-authored-by: Jaime Magiera <[email protected]> Co-authored-by: LuminousCoder <[email protected]> * fix typo * additional technical content * update tooling versions * Update requirements.txt reduce version as github runner doesn't appear to be up to date with available releases * Update main.yml switch to fedora container Co-authored-by: Timothée Ravier <[email protected]> Co-authored-by: Brian Innes <[email protected]> Co-authored-by: Brian Innes <[email protected]> Co-authored-by: Cloud User <[email protected]> Co-authored-by: Jaime Magiera <[email protected]> Co-authored-by: Jaime Magiera <[email protected]> Co-authored-by: LuminousCoder <[email protected]>
Describe the bug
[Documentation]
I just saw that OKD4 has been released GA and was having a go at installing it.
https://www.openshift.com/blog/okd4-is-now-generally-available
I have got to the
install-config.yaml
part and the docs at https://docs.okd.io/latest/installing/installing_bare_metal/installing-bare-metal.html#installation-bare-metal-config-yaml_installing-bare-metal have a spot for apullSecret
but the announcement on https://www.openshift.com/blog/okd4-is-now-generally-available say that apullSecret
is not required. I have tried setting it tofalse
and removing all together and several other idea but they all were causing an error.With pullSecret set to empty string
With pullSecret set to
false
Eventually found in the restricted docs
'{"auths":{"xxxxxxx": {"auth": "xxxxxx","email": "xxxxxx"}}}'
Which allows the ignition files to compile.
The announcement says the following so I am guessing that there is a correct way and the docs haven't caught up yet.
The text was updated successfully, but these errors were encountered: