This message was deleted.
# harvester
a
This message was deleted.
w
you can copy a yaml file from an existing vm and edit that and apply - either through the UI or if you connect via kubectl (find kubeconfig under support link)
1
a
thanks a lot !
When doing like this, I have an issue about the cloudinit and the vm doesn’t start… any idea ? I don’t see where the cloudinit is defined in the yaml but no answer found yet
if I specify the cloudinit manually in the yaml, it works fine. apparently, storing it in a secret like this
Copy code
networkDataSecretRef:
              name: vm05-xurl7
            secretRef:
              name: vm05-xurl7
seems to be the problem…