You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened: When using image-builder to build an ubuntu22.04 image with kubernetes 1.28 release, the build process remains stuck post the Qemu instance boot up. If left unattended at this stage, the process eventually times outs waiting for the SSH connection to appear and subsequent ansible playbook execution fails causing the whole operation to fail.
What you expected to happen:
The Qemu build instance should reboot automatically during the build operation once the packages are installed.
How to reproduce it (as minimally and precisely as possible):
Login into the Qemu instance with ssviewer to the 127.0.0x:xxxx ip port.
The process in side qemu instance will get stuck post the CHANGE ens4 messages and the whole build operation will continue to wait. qemu-terminal
At this point if we wait, the process inside the qemu instance will timeout and drop to shell. In the shell a simple reboot command will cause the next step of build process to execute and complete successfully with the required image generated. Anything else we need to know?:
Environment:
EKS Anywhere Release: 0.18.2
EKS Distro Release: ubuntu 22.04
The text was updated successfully, but these errors were encountered:
What happened: When using image-builder to build an ubuntu22.04 image with kubernetes 1.28 release, the build process remains stuck post the Qemu instance boot up. If left unattended at this stage, the process eventually times outs waiting for the SSH connection to appear and subsequent ansible playbook execution fails causing the whole operation to fail.
What you expected to happen:
The Qemu build instance should reboot automatically during the build operation once the packages are installed.
How to reproduce it (as minimally and precisely as possible):
CHANGE ens4
messages and the whole build operation will continue to wait.qemu-terminal
reboot
command will cause the next step of build process to execute and complete successfully with the required image generated.Anything else we need to know?:
Environment:
The text was updated successfully, but these errors were encountered: