GitHub user anirudh09041 added a comment to the discussion: Provisioning the control VM failed in the Kubernetes cluster
HI @Pearl1594 , below are the answers to the previously mentioned questions. Can you please have a look. Yes, the attachIso command is being sent and it even succeeds. Here's the exact sequence from my management server log: 06:50:55.765 - AttachCommand sent for i-2-120-VM 06:50:55.955 - "Attached binaries ISO for VM" (SUCCESS) 06:50:56.043 - DettachCommand sent for the SAME ISO on the SAME VM The ISO attaches successfully but is immediately detached ~278ms later by a DettachCommand (note the typo "Dettach" instead of "Detach"). This happens for both control and worker nodes. I cannot SSH into the control node because port forwarding doesn't appear to be set up. The VM is on an isolated network (192.168.100.x). The cloud-init script times out waiting for /mnt/k8sdisk/ after 100 attempts (25 minutes), which is expected since the ISO is detached. This is 100% consistent and happens every time. When I manually attach the ISO via virsh change-media, the ISO stays attached but the VM is still stuck at the login prompt because the patch.sh deployment script is hung waiting for qemu-guest-agent (which is not installed in my Ubuntu cloud image). GitHub link: https://github.com/apache/cloudstack/discussions/13056#discussioncomment-16817983 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
