-
Notifications
You must be signed in to change notification settings - Fork 161
Enable SecureExecution feature gate by default #3596
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Jan Schintag <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Thanks for the PR @jschintag This FG is still alpha in KubeVirt 1.6.0. We can't enable alpha FGs by default. /hold |
/hold |
Pull Request Test Coverage Report for Build 15845743809Details
💛 - Coveralls |
If it is not possible by default, then this means i have to add it as a FeatureGate to HCO right? |
Again, too soon. The FGs in HCO are named fields. it was maybe a mistake, but it is what it is. So adding an alpha FG to the HCO API is not something we can approve. For alpha FG, please use the json patch annotation: https://github.com/kubevirt/hyperconverged-cluster-operator/blob/main/docs/cluster-configuration.md#jsonpatch-annotations |
Okay, thank you for the explanation |
@jschintag: The following test failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
What this PR does / why we need it:
Enable the
SecureExecution
feature gate in kubevirt. This allows Clusters to use Secure Execution VMs on IBM ZReviewer Checklist
Jira Ticket:
Release note: