-
Notifications
You must be signed in to change notification settings - Fork 298
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
OKD4.4-Installation fails on the latest version(32.20200601.3.0) of FCOS #229
Comments
It looks like you're not using the installer but are instead trying to bootstrap the cluster directly from FCOS, before pivoting into OKD's machine-os-content? hyperkube is not present in the standard FCOS images, so before starting the bootstrap, one has to pivot into OKD's FCOS-based machine-os-content ostree, which contains it. The Zincati problem seems like a second issue, probably related to coreos/fedora-coreos-tracker#392. |
@LorbusChris Thanks for your attention. I confirmed it again, and it seemed that nothing was missing. https://github.com/openshift/installer/blob/master/docs/user/metal/install_upi.md |
Dupe of #215 for Zincati issue (it can safely be ignored - due to invalid config Zincati won't unexpectedly update the machine). Kubelet problem needs more logs - see https://docs.okd.io/latest/installing/installing-troubleshooting.html, please attach resulting log bundle to the bug report |
@vrutkovs |
Try this to get some logs: (Substitute the IP addresses of your Bootstrap and three Master Nodes, and use the install-dir from your note above)
I also had some issues deploying a cluster with OKD 4.5 and FCOS 32 this past weekend. I haven't had time to open an issue yet, so it will be interesting to see if your symptoms are similar. |
This is likely not related to the OKD 4.5 issue that I mentioned above. I just ran a successful Bare Metal UPI install of OKD 4.4 Beta 5 using iPXE and booting from the FCOS 32 latest stable bare metal images. The cluster deployed as expected. Try to get logs from the bootstrap & master nodes as described above. |
@cgruver Thank. |
I have the exact same problem. Even with OKD 4.5. Once started the bootstrap, I get the following error: After having run started the fcos with bootstrap.ign file, it does not find the hypercube. I am not in the live environment anymore but on what has been placed on /dev/sda by coreos-installer install. What is going wrong here? I have also tried OKD 4.6 and 4.7. All having the same issue. Also older versions of fedora are not working. I was using the sudo coreos-installer command after live cd was booted. How can I resolve this problem? What steps am I doing wrong? Any help highly appreciated! Regards, |
For me, the problem was in trying to cheat minimum requirements for bootsrap machine: as /run partition is scaled according to available RAM so installer wasn't able to copy files to /run/<..>machine-os-content posting: no space left on device. Sorry for necroposting. |
In my case bootstrap is working fine but whenever we're provisioning the master node, we're getting unknown error. We have also tried to install OKD 4.6 and 4.7 using FCOS version 35,34 and 33 but everywhere it is throwing the same issue. Please help me on this if you can. |
This is a closed issue. It looks like your problem is unrelated to this original issue. You will get more views on this if you open a new issue. Include log files and your config info. Also, do a quick search through the other open issues. You might be hitting something that others are too, or you might just have a misconfiguration on your network. |
Installation fails on the latest version(32.20200601.3.0) of FCOS
After booting FCOS using
bootstrap.ign
, there is no response for a long time.After logging in with ssh, the log shows that the "Permission denied" and "No such file or directory".
OKD version:
4.4.0-0.okd-2020-05-23-055148-beta5
iPXE config:
How reproducible
100%
Log bundle
"Permission denied"
Here I solved this problem by executing the command:
sudo chmod 0644 /etc/zincati/config.d/90-disable-feature.toml
"No such file or directory"
I don't know where to look for this file
The text was updated successfully, but these errors were encountered: