minikube/pkg/util
Jason Stangroome 9b21d3c7e4 Allow certificates to be optionally embedded in .kube/config
Opt-in with `minikube config set embed-certs true`. Similar to the
behaviour of `kubectl config set-credentials --embed-certs`.

Enables Minikube on Windows to produce a .kube/config file that
can be shared directly with kubectl inside the Windows Subsystem
for Linux (WSL) without needing to perform additional translation
of the certificate paths within the configuration file.
2018-09-03 15:34:50 -05:00
..
kubeconfig Allow certificates to be optionally embedded in .kube/config 2018-09-03 15:34:50 -05:00
config.go Create empty map if Nil 2018-04-29 18:24:25 -07:00
config_test.go Add duration as a configurable type for localkube 2017-07-19 14:16:33 -07:00
constants.go remove all localkube references from code, change /var/lib/localkube to /var/lib/minikube 2018-07-24 12:36:42 -07:00
crypto.go Issue certificates with NotBefore set 1 day prior to avoid drift/timezone issues in VM 2018-05-23 13:18:26 -07:00
crypto_test.go manage proxy-client / aggregator certs 2017-09-06 18:11:59 -04:00
downloader.go Added unit tests to downloader.go 2017-02-19 21:01:01 -08:00
downloader_test.go go lint/vet fixes 2017-08-04 13:42:10 -07:00
extra_options.go Initial configurator commit. 2016-09-30 10:05:14 -07:00
extra_options_test.go Initial configurator commit. 2016-09-30 10:05:14 -07:00
kubernetes.go Chmod -x kubernetes.go 2018-02-09 12:12:13 -08:00
utils.go remove all localkube references from code, change /var/lib/localkube to /var/lib/minikube 2018-07-24 12:36:42 -07:00
utils_test.go remove all localkube references from code, change /var/lib/localkube to /var/lib/minikube 2018-07-24 12:36:42 -07:00