-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Ability to add disks to the minikube VM on Hyperkit? #3883
Comments
|
Also, do you mind mentioning where you saw something about adding disks with kvm2? It would help me understand a bit better what you are comparing against. Thanks! |
@tstromberg thanks for the reply. I basically trying to add more disks to my VM so they can be consumed by my pods.
And you will get more disks attached. Makes sense? |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle stale |
Evidently hyperkit supports this: It might be nice to add something to minikube to pass this kind of thing in. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closing this issue. In response to this:
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 plan to start some work to try to add functionality into minikube to allow creating extra disks. I anticipate that I will only have the ability to do so for some backends, notably with hyperkit and vbox as I am on Mac. Using the docker machine backend likely won't be able to support this option at all. Is this okay? Are there examples of features that aren't supported by all backends I might use as reference? I wonder if an alternate option might be to implement it as an addon. Does anyone have any suggestions? /reopen |
@BlaineEXE: You can't reopen an issue/PR unless you authored it or you are a collaborator. In response to this:
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. |
While adding extra disks with the kvm2 driver is easy, I couldn't find anything to add disks on
hyperkit
. Anyone already doing this perhaps?Thanks!
The text was updated successfully, but these errors were encountered: