-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
remove kvm hidden state from KVM domain spec #3586
Conversation
Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please follow instructions at https://git.k8s.io/community/CLA.md#the-contributor-license-agreement to sign the CLA. It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.
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/test-infra repository. I understand the commands that are listed here. |
Can one of the admins verify this patch? |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: markllama If they are not already assigned, you can assign the PR to them by writing The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
I signed it |
/recheck |
I signed it |
@minikube-bot OK to test |
Thanks for the patch! I'm concerned that this patch may break GPU support, and unfortunately the GPU testing node is offline in our CI system. I'll need to check-in to see what the state of the testing config is to see if I can get this properly tested. /cc @balopat |
Related issue for GPU testing: #3590 |
I signed it |
I would suggest a way to disable this feature, instead of assuming this a
default. As said, this only affects RHEL and is a choice, so disable based
on feature or OS detection.
…On Sun, Jan 27, 2019, 17:49 Mark Lamourine ***@***.*** wrote:
I signed it
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3586 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAHZjskf79JSlmap9JVPZ8UfvOhOTO7ks5vHdiRgaJpZM4aS_TK>
.
|
@gbraad I'd also suggest NOT making kvm hidden=true the default. At this point it won't be available in either RHEL or CentOS |
I think this already requires Making it an option seems like the best choice here, if half want it to be on and half want it to be off... |
Judging from the comment from the reason why it is not included, seems better as a separate
|
Should be off by default now. |
This change removes a KVM feature spec that is not present and will not be in CentOS or RHEL.
The presence of this section prevented minikube from starting in KVM on those hosts.
This prior commit introduced the feature spec, breaking CentOS and RHEL: 7ba01b4
Unfortunately, RH has decided not to enable the VM hiding feature in KVM on RHEL and CentOS:
https://bugzilla.redhat.com/show_bug.cgi?id=1492173
ISSUE REFERENCE: #3546