-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Labels
help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
Description
Spike for discussions and review on how Minikube can reuse the existing Windows machine.
It works with only one driver at a time (kvm2) to create a default CP node. This must continue to be made. The other configuration to be added and extended is the capability to connect in the already running Windows VM preferably via SSH
minikube start \
–driver=kvm2 \
–windows \
–ssh-ip-address=. \
–ssh-key=.
Reusing the flag namespace of the SSH driver enabling windows via flag is ugly and confusing. Need a brainstorm to adapt and extend minikube capabilities internally.
One possible direction is TO NOT extend minikube internally, and reuse the created Linux CP only to join the VM externally, so swdt would be responsible for hooking the pieces. With a CMD like:
swdt start
Assess possibilities.
Metadata
Metadata
Assignees
Labels
help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.