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
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" .
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:
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
The text was updated successfully, but these errors were encountered: