-
Notifications
You must be signed in to change notification settings - Fork 96
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
AuroraBoot missing dependencies when running binary, not starting pixieboot when running in container. #1757
Comments
Tried building with osbuilder on kind and getting better results (@2.4.0-rc1)! netboot: true works, but gkeImage: true doesn't. At least I got a WoW now that is usable. Can update here or close and create new issues when they come up. |
I'm getting the same errors when trying to use |
@tbrasser I don't have podman installed so I just replaced
also I don't know what your
It works just fine. Among the rest of the output, I see this line:
Your output says |
I tried various combinarions, will try again with 2.4.0 release. What is the suggested WoW? osbuilder or auroraboot? (also encountering some race conditions in the main/sidecar containers there, seems to me all should be initContainers with exporter to nginx as single main container. (also probably job instead of bare pod)) |
Regarding osbuilder, I agree. On osbuilder master branch, we've already switched to InitContainers (not tagged or released yet). Also, it used to be a Job but was later converted to a Pod. I still think it should be a Job and we'll probably change it back to a Job in the future. There is a lot of work planned on osbuilder and when we are done, auroraboot will be used internally by osbuilder but will also be used directly by users that don't want to use Kubernetes for building. Relevant issue with more information: #1633 |
@tbrasser since we can't reproduce it, I'll close this. Please give it a try with 2.4.0 and feel free to re-open is the issue persists. Thanks for reporting! |
Kairos version:
quay.io/kairos/kairos-ubuntu:v2.4.0-alpha2-k3sv1.27.3-k3s1
CPU architecture, OS, and Version:
Linux spacebar 6.4.10-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 11 Aug 2023 11:03:36 +0000 x86_64 GNU/Linux
Describe the bug
When I run AuroraBoot in a container, pixieboot does not seem to start. When I run AuroraBoot directly it only works with github artifacts not with container images, then it is missing dependencies to build/serve netboot artifacts.
To Reproduce
Expected behavior
When I use AuroraBoot binary, it should be able to build/serve iso/netboot artifacts.
When I use AuroraBoot in a container with host networking, it should have no problems serving all it needs to.
Logs
The text was updated successfully, but these errors were encountered: