Skip to content

(exp) Review minikube input for Windows #297

@knabben

Description

@knabben

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

No one assigned

    Labels

    help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions