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

How to run on TKGm #16

Open
vrabbi opened this issue Apr 28, 2021 · 3 comments
Open

How to run on TKGm #16

vrabbi opened this issue Apr 28, 2021 · 3 comments

Comments

@vrabbi
Copy link

vrabbi commented Apr 28, 2021

is it possible to run the vm operator on a TKGm cluster or any K8s cluster except for a supervisor cluster?
if it is possible what is the process?

@janitha
Copy link
Contributor

janitha commented Apr 28, 2021

Not at the moment, but this is something we want to do in the future with vm-operator.

@vrabbi
Copy link
Author

vrabbi commented Sep 26, 2021

Any updates on when and if this will be possible?

@janitha
Copy link
Contributor

janitha commented Sep 29, 2021

No updates at the moment.
cc @atihkin

akutz pushed a commit that referenced this issue Nov 19, 2022
OvfEnv is a standard way to transport key/value vm customization data from the infrastructure to the VM, as well as exposing them to guest os/apps within the VM. Possible key/value properties that are userConfigurable would be already defined in the .ovf image as defined in the OVF Spec 2.1.1 Section 11 https://www.dmtf.org/sites/default/files/standards/documents/DSP0243_2.1.1.pdf

This MR makes it possible to supply key/value fields to set the userConfigurable property fields on a .ovf during the VirtualMachine create time. The VirtualMachine spec already has a VmMetadata field which already supports a "ExtraConfig" transport, and this change adds another possible transport which is "OvfEnv".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@janitha @vrabbi and others