-
Notifications
You must be signed in to change notification settings - Fork 217
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
OKD deployment using podman #6562
Comments
the versions below are known to work:
@mlorenzofr do you know if there are other OKD/fedora combinations that we support in assisted installer? |
I tested an install of the Stable Branch of OKD SCOS with Secure Boot Disabled: I ran into an issue with stable OKD FCOS and DNS systemd-resolve being disabled on rendezvous once bootstrap sequence starts REF: okd-project/okd#1967 (comment) This also relates to this issue: #6552 |
These versions have been tested with assisted-installer and work to install OKD versions 4.13, 4.14 and 4.15:
|
And I have not tested it personally, but this should also work for version 4.16 (they are used in tests):
|
Does the test pipeline by chance have a proper pull secret to: registry.ci.openshift.org? |
I have got past this error one of 2 ways now. The okd-configmap.yml file in deploy/podman needs to change some entries. The default that is there points to registry.ci.openshift.org. If I want to use that I need to change the line PUBLIC_CONTAINER_REGISTRIES: 'quay.io' to PUBLIC_CONTAINER_REGISTRIES: 'quay.io,registry.ci.openshift.org'. The other way I have got past this error is to change the OS_IMAGE line and RELEASE_IMAGE line to use ones that are quay as suggested here. I suggest changing the default values in that file or maybe updating the README in deploy/podman to note this. I have not done the full process yet but this seems to have worked and got past my error. |
related #6552 okd-project/okd#1964 |
Yes, it has. If you want to use the public images hosted on |
But if the registry doesn't require a pull secret, shouldn't it already be included by default? |
Absolutely, we will add your suggestions:
|
I am following the instructions for a podman deployment for okd. When I put in my pull secret either one pulled from redhat or the fake I get the below error
I tried putting a fake entry in the pull secret for registy.ci.openshift.org but then it fails to pull. Are we not able to install okd with the assisted installer?
The text was updated successfully, but these errors were encountered: