We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
colima start
lima.yaml
I am trying to get shared networking setup (https://github.com/lima-vm/lima/blob/master/docs/network.md#managed-vmnet-networks-via-vde_vmnet), but each time I add a few lines to ~/.lima/colima/lima.yaml and then run colima start --cpu 8 --memory 8 --disk 100 --runtime containerd --with-kubernetes those lines vanish and the files looks exactly like it did before my edits.
~/.lima/colima/lima.yaml
colima start --cpu 8 --memory 8 --disk 100 --runtime containerd --with-kubernetes
Am I doing something wrong? Or is colima clobbering this?
colima
The text was updated successfully, but these errors were encountered:
Or is colima clobbering this?
It probably is. Put your settings into an override.yaml file as I explained in #105 (comment).
override.yaml
These settings will be merged with the lima.yaml content when the VM is started.
The merged state is not visible to limactl ls, even though they were applied; I've created lima-vm/lima#510 to (eventually) deal with this.
limactl ls
Sorry, something went wrong.
Great. Thank you. I will give that a try.
That appears to have worked. Thanks!
@spkane that is the recommended way as colima dynamically generates the lima config on each start.
Thanks again @jandubois.
No branches or pull requests
I am trying to get shared networking setup (https://github.com/lima-vm/lima/blob/master/docs/network.md#managed-vmnet-networks-via-vde_vmnet), but each time I add a few lines to
~/.lima/colima/lima.yaml
and then runcolima start --cpu 8 --memory 8 --disk 100 --runtime containerd --with-kubernetes
those lines vanish and the files looks exactly like it did before my edits.Am I doing something wrong? Or is
colima
clobbering this?The text was updated successfully, but these errors were encountered: