How to force OpenNebula to regenerate context?

I’m using CoreOS + Kubernetes on my OpenNebula cluster. However, silly me some time ago hard coded the manifest in the template. I want to update the manifest, which means that I need to also edit the template to make it stick.

Here’s a million dollar question: if I change the attribute, how to also change the template of the VM thus the context?

Hi,

There is an updateconf command to edit any variable inside CONTEXT. You will need to poweroff the VM, edit the context variable, and then resume it.

http://docs.opennebula.org/5.0/operation/vm_management/vm_instances.html#vm-updateconf

I must have overlooked somewhere, but this should be highlighted in the docs somewhere.