Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't add qemu options when launch an instance #2586

Open
caozhengyx opened this issue May 24, 2022 · 1 comment
Open

Can't add qemu options when launch an instance #2586

caozhengyx opened this issue May 24, 2022 · 1 comment

Comments

@caozhengyx
Copy link

What are you trying to do?

The vm launched by multipass does not have the file /sys/class/dmi/id/product_uuid. I want add -uuid $(uuidgen) to "qemu-system-x86_64".

What's your proposed solution?

Add a option to launch sub command, for example:

$ multipass launch -uuid xxx

Additional context

The kubernetes official website documentation says "Kubernetes uses these values to uniquely identify the nodes in the cluster. If these values are not unique to each node, the installation process may fail" .

https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/#verify-mac-address

@zakzhu
Copy link

zakzhu commented Sep 18, 2022

@townsend2010 @Saviq
The vm launched by multipass does not have the file /sys/class/dmi/id/product_uuid.

When install k8s with kubeadm, need verify the MAC address and product_uuid are unique for every node.

So, I think it's important to solve this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants