Replies: 1 comment 1 reply
-
Plain QEMU should work out of the box. There is nothing specific to Talos in using QEMU, i.e. you can use any generic QEMU guides. Either way, you can look into console logs to see more. The log itself you posted doesn't mean anything besides the fact that Talos can't allocate EPHEMERAL. Most probably you're using a tiny disk image which simply doesn't have space to allocate a partition, and you should simply expand the original disk image to have bigger size to leave space for EPHEMERAL. Talos will handle the rest in terms of expanding things. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need your help and advice. I have a powerful GPU machine that I want to connect to the Talos AWS master node. I need to keep the machine running Ubuntu, but I want the Kubernetes (K8s) part to be managed by Talos. Since I only need one worker node (i.e., one VM), I don't want to deploy Proxmox or any hypervisor on the machine. It seems like using QEMU with GPU passthrough could be the right approach.
I understand that QEMU is mainly designed for development purposes, as outlined in this guide: https://www.talos.dev/v1.9/talos-guides/install/local-platforms/qemu/. However, I'm wondering if it can be configured to connect as just a worker node?
My knowledge of QEMU is limited, and I've already tried several methods to create a VM using plain QEMU, such as:
&
in both cases I was getting
I wonder if anyone has encountered a similar case and can share some QEMU tricks that might work for this use case.
Beta Was this translation helpful? Give feedback.
All reactions