Skip to content
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

(exp) Review minikube input for Windows #297

Open
knabben opened this issue Mar 25, 2024 · 1 comment
Open

(exp) Review minikube input for Windows #297

knabben opened this issue Mar 25, 2024 · 1 comment
Labels
help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.

Comments

@knabben
Copy link
Member

knabben commented Mar 25, 2024

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.

@knabben knabben added the help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. label Mar 25, 2024
@knabben
Copy link
Member Author

knabben commented Mar 30, 2024

Verify multi nodes on Minikube and multiple OS support

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
Projects
None yet
Development

No branches or pull requests

1 participant