-
Notifications
You must be signed in to change notification settings - Fork 48
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
Set App virtualization mode via PodConfig #1038
base: master
Are you sure you want to change the base?
Conversation
Do we need any changes on Adam side? |
@@ -210,6 +211,7 @@ type PodConfig struct { | |||
OpenStackMetadata bool | |||
DatastoreOverride string | |||
ACLOnlyHost bool | |||
VirtMode config.VmMode |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be great to add related virt-mode
flag into podDeployCmd to support it in CLI.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added, is the default value is correct? or should be something else?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure, please check.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I set the default according to what you provided.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like some tests failed with level=fatal msg="Unknown virt-mode: "
(virtualization test). Can you please try to deploy something locally?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shoot, sorry, I'll fix it.
I don't think so, the |
Signed-off-by: Shahriyar Jalayeri <shahriyar@zededa.com>
This is needed, for example for loading FML based windows VMs.