Replies: 1 comment 2 replies
-
As I understand without container_image it is not possible to specify kubernetes.
I this case there are no errors but it again listening only for 8080. /tmp/auroraboot/netboot still empty. PS with uki-pxe command TFTP serves UEFI image. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
$ docker run --rm -ti --net host quay.io/kairos/auroraboot --set "state_dir=/tmp/auroraboot" --set container_image=quay.io/kairos/rockylinux:9-standard-amd64-generic-v3.4.2-k0sv1.32.4-k0s.0 --debug
And that's it - only listening for 8080. Netboot folder is empty:
$ docker exec -it c0392a12c1c1 ls -l /tmp/auroraboot/netboot
Beta Was this translation helpful? Give feedback.
All reactions