It would be good to pull more minikube config from the yaml file, under provision a new object could be optionally included. For example:
provision:
cloud: minikube
domain: minikube.local
kubernetesVersion: v1.10.0
minikube:
memory: 6144
extra-config:
apiserver.admission-control: NamespaceLifecycle
apiserver.authorization-mode: AlwaysAllow
This would allow the user to override the default memory allocation and also the parameters minikue supports in via the --extra-config option. The full list of options minikube supports is here
It would be good to pull more minikube config from the
yamlfile, underprovisiona new object could be optionally included. For example:This would allow the user to override the default memory allocation and also the parameters minikue supports in via the
--extra-configoption. The full list of options minikube supports is here