GitHub user mehulved added a comment to the discussion: Provisioning the control VM failed in the Kubernetes cluster
The template is missing qemu-guest-agent. I have been able to get it up and running by running the following steps: - Start a VM with the Ubuntu 22.04 CKS template - SSH into the VM - Install qemu-guest-agent - Stop the VM - Save the disk as a new template - Create a kubernetes cluster using the new template. The cluster will be up and running but the status will be stuck at Starting as the CSI driver isn't able to pick up the correct disk offering. I'm looking into this issue and will update as and when resolved. I have tested my cluster otherwise and can confirm that basics work: - Running Pods - Scaling deployments - Ingress using nodeport - Internet Reachability - DNS - Storage(once CSI is manually configured) - GPU Operator(where GPUs are present) GitHub link: https://github.com/apache/cloudstack/discussions/13056#discussioncomment-16977514 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
