Benn Linger
d102550644
Fixed status checking with non-default apiserver-port.
2019-04-04 21:43:43 -04:00
Jat
f64b343965
```#compdef``` must be the first line
2019-03-28 10:44:32 +08:00
Thomas Stromberg
9c94b2fac6
Merge branch 'master' into no-infinite-loops
2019-03-26 17:11:39 -07:00
Thomas Strömberg
950421d2d2
Merge pull request #3985 from tstromberg/mount-intr
...
More reliable unmount w/ SIGINT, particularly on kvm2
2019-03-26 15:32:53 -07:00
Thomas Stromberg
9edda72985
Block on cache downloads before using the results
2019-03-26 14:59:17 -07:00
Thomas Stromberg
807963ac74
Use r for mockRunner instead of h
2019-03-26 14:45:18 -07:00
Thomas Stromberg
6f516ff647
Merge branch 'master' into mount-names
2019-03-26 14:30:42 -07:00
Thomas Stromberg
7233a2d50d
Allow mount to work when the uid/gid of docker changes
2019-03-26 14:27:50 -07:00
Thomas Stromberg
c861ab7dc1
Switch mount ssh impl from native to CommandRunner
2019-03-26 12:14:06 -07:00
Thomas Strömberg
9deb531889
Merge pull request #3947 from afbjorklund/hidden
...
Add explicit kvm2 flag for hidden KVM signature
2019-03-25 18:58:05 -07:00
Thomas Strömberg
a1317476c2
Merge pull request #3931 from tstromberg/bring_ya_errs_to_the_project_maybe_we_can_solve_it
...
Add solution catalog to help users who run into known problems
2019-03-25 18:33:07 -07:00
Anders F Björklund
6491e35c20
Add explicit kvm2 flag for hidden KVM signature
2019-03-24 09:47:38 +01:00
Thomas Strömberg
702d471308
Merge pull request #3714 from laozc/custom-image-repository
...
Add --image-repository flag so that users can select an alternative repository mirror
2019-03-22 09:24:18 -07:00
Zhongcheng Lao
daec030cdf
Render asset template when enabling/disabling addon
2019-03-22 15:28:20 +08:00
Thomas Strömberg
cbac94a53d
Merge pull request #3879 from marcosdiez/extra_config_for_kubeadm
...
--extra-config now work for kubeadm as well
2019-03-21 22:03:06 -07:00
Thomas Stromberg
37e259f7ea
Implement the new problem package
2019-03-21 21:44:51 -07:00
Zhongcheng Lao
7ae074106c
Merge remote-tracking branch 'origin/master' into custom-image-repository
2019-03-22 10:42:09 +08:00
Thomas Stromberg
5b46539be8
Fix merge conflict between e09133892f
and 46640cef68
2019-03-21 16:11:16 -07:00
Thomas Strömberg
ed58b6fc35
Merge pull request #3917 from tstromberg/cache_me_outside_how_bout_dat
...
start: Set the default value of --cache to true
2019-03-21 14:29:24 -07:00
Thomas Strömberg
88c45bf5b2
Merge branch 'master' into lint
2019-03-21 11:34:45 -07:00
Thomas Strömberg
20b9cfd0f3
Merge pull request #3897 from u5surf/issue-3878
...
Replace server name in updateKubeConfig if --apiserver-name exists #3878
2019-03-21 11:33:54 -07:00
Thomas Strömberg
6bf6290013
Merge pull request #3861 from RA489/featuregate
...
feature-gates via minikube config set
2019-03-21 11:33:41 -07:00
Thomas Strömberg
f9a136a2f2
Merge pull request #3841 from afbjorklund/reportcard
...
Address the low-hanging fruit on report card
2019-03-21 11:33:28 -07:00
Thomas Strömberg
460ef571e2
Merge branch 'master' into lint
2019-03-21 11:32:47 -07:00
Thomas Stromberg
034c5f0252
Merge branch 'master' into mount-intr
2019-03-21 11:24:26 -07:00
Thomas Strömberg
2d4e560d30
Merge pull request #3834 from tstromberg/proxy-plumbing
...
Automatically propagate proxy environment variables to docker env
2019-03-21 10:27:37 -07:00
Marcos Diez
7de36ed9a1
allow --extra-config work on kubeadm as well. example: --extra-config kubeadm.ignore-preflight-errors=SystemVerification
...
missing variable
2019-03-21 06:33:46 -03:00
Zhongcheng Lao
daeb238766
Merge remote-tracking branch 'origin/master' into custom-image-repository
2019-03-21 13:23:11 +08:00
Thomas Stromberg
c848103ab1
start: Set the default value of --cache to true
2019-03-20 21:49:22 -07:00
Thomas Strömberg
2579c73e11
Merge pull request #3875 from steved/fix-change-user-none
...
fix CHANGE_MINIKUBE_NONE_USER regression from recent changes
2019-03-20 20:11:06 -07:00
Thomas Stromberg
79aafd525f
Merge branch 'master' into mount-intr
2019-03-20 19:56:43 -07:00
Thomas Strömberg
6751e394f8
Merge pull request #3833 from afbjorklund/cruntime-version
...
Cruntime version
2019-03-20 19:55:45 -07:00
Thomas Strömberg
0d6c92153f
Merge branch 'master' into reportcard
2019-03-20 19:16:02 -07:00
Thomas Stromberg
0197b12a82
Make mount type a flag instead of a hardcoded string
2019-03-20 17:13:32 -07:00
Thomas Strömberg
4756b15bc1
Merge branch 'master' into lint
2019-03-20 10:16:09 -07:00
u5surf
a34a9d32e6
Replace server name in updateKubeConfig if --apiserver-name exists #3878
2019-03-18 22:15:56 +09:00
Anders F Björklund
5497b966be
Rename stutter and move classes between packages
...
Removing the kubeconfig module is probably not a big deal,
since it was already hiding under the "util" directory...
But the layout of the Bootstrapper is slightly irritating,
as long as it is contained in a different "kubeadm" module.
2019-03-16 16:57:56 +01:00
Anders F Björklund
dba916a016
Document all exported functions inside minikube
...
Make config get/set more symmetrical, as well.
2019-03-16 16:57:43 +01:00
Anders F Björklund
edf46f003f
Document all exported functions outside minikube
2019-03-16 16:57:37 +01:00
Zhongcheng Lao
40caf8317c
Merge remote-tracking branch 'upstream/master' into custom-image-repository
2019-03-15 18:01:48 +08:00
Steven Davidovitz
a94e0ac2f8
fix CHANGE_MINIKUBE_NONE_USER regression from recent changes
...
6c48048538
changed the order of the
startup script so that now the CHANGE_MINIKUBE_NONE_USER `chown` doesn't
actually kick in after the files are added.
2019-03-14 09:05:51 -07:00
RA489
8fc1d494fa
[FEATURE] feature-gates via minikube config set
2019-03-12 17:55:07 +05:30
Thomas Stromberg
1b67196401
Improve options output
2019-03-11 16:25:43 -07:00
Thomas Stromberg
c713b186e8
unmount on sigint/sigterm, --options and --mode, improve mount UI
2019-03-11 16:18:06 -07:00
Anders F Björklund
6d96a67456
Run go vet on all code, not just pkg and cmd
2019-03-10 14:33:24 +01:00
Anders F Björklund
61dd4ab1fd
Address unused error, reported by ineffassign
...
minikube/cmd/minikube/cmd/env.go
Line 330: warning: ineffectual assignment to err (ineffassign)
2019-03-10 13:41:59 +01:00
Anders F Björklund
112a66c21a
Add some error reporting to the version method
2019-03-10 10:18:26 +01:00
Anders F Björklund
9b2fad5710
Show current version of the container runtime
2019-03-10 10:09:59 +01:00
Thomas Stromberg
ecb6f3bb31
Automatically propagate proxy environment variables to docker env
2019-03-08 13:12:29 -08:00
Thomas Stromberg
56a51ffe0d
Merge branch 'master' into cache_images_int_test2
2019-03-06 15:21:11 -08:00