dhiltgen / docker-machine-kvm

KVM driver for docker-machine
Apache License 2.0
376 stars 117 forks source link

Make separate config package #68

Closed anfernee closed 5 years ago

anfernee commented 6 years ago

To decouple from libvirt, and make it possible to only import the config without pulling in libvirt and other dependencies.

This is mainly to remove the hardcoded duplicated config in minikube like this: https://github.com/kubernetes/minikube/blob/master/pkg/minikube/cluster/cluster_linux.go#L30

anfernee commented 6 years ago

cc @dhiltgen