Commit Graph

852 Commits (dba55201b0a14df30610bc9500718d104210e596)

Author SHA1 Message Date
Thomas Strömberg 4b5fc6a25a
Merge pull request #4844 from RA489/inseregis
[FEATURE] insecure-registry via minikube config set
2019-08-14 15:08:28 -07:00
Thomas Strömberg e18d84c9f5
Merge pull request #4834 from RA489/conruntime
[FEATURE] allow to set container-runtime via config
2019-08-14 14:17:46 -07:00
Medya Ghazizadeh 14db2d7f1a
Merge pull request #5075 from medyagh/file_lock_write
Improve parallel run reliability by putting lock on files before writing
2019-08-14 12:37:47 -07:00
Medya Gh f17f3408a8 convert all RetryAfter to retry.Expo 2019-08-13 23:48:30 -07:00
Medya Ghazizadeh 2be6484214
Merge pull request #4993 from ethan-daocloud/patch-1
start.go: logging message typo correction
2019-08-13 21:43:42 -07:00
Medya Gh 998d305af3 Adding lock to most ioutil.WriteFile 2019-08-13 21:12:34 -07:00
Medya Gh 5b7428c57f remove TODO comment 2019-08-13 17:50:28 -07:00
Medya Gh 9f0b4e61f8 lint 2019-08-13 15:55:52 -07:00
Medya Gh 010b29c178 lint and TODO comment 2019-08-13 15:51:12 -07:00
Medya Gh f712dd62f3 rename funcs, add new func DeleteProfile 2019-08-13 15:51:12 -07:00
Medya Gh 6a694ffa6f Add create profile, move funcs out of constants 2019-08-13 15:51:12 -07:00
Medya Ghazizadeh 7bb085ad24
Merge pull request #5003 from medyagh/kubeconfig
Refactor Kubeconfig
2019-08-13 14:57:49 -07:00
Thomas Stromberg f2acb4a33e Update code references to new documentation URL's 2019-08-12 14:51:41 -07:00
Sharif Elgamal 294f880106
Localization support for help text (#4814)
* Translating help text

* explicity set usage template so we can localize it

* cleaning up extract and translation files

* Add extraction for flags help text

* some comments for extract

* refactor to account for new behavior

* Make usage template translations more palatable.

* remove commented code

* fix go mod

* pin to proper version in go.mod

* translate command grouping headers
2019-08-12 11:16:20 -07:00
Medya Gh e696d33206 renamed funky name to Settings 2019-08-09 17:51:51 -07:00
Medya Gh a7986993e3 get rid of cmd/util package 2019-08-09 12:23:05 -07:00
Medya Gh d60664df78 refactor fix tests 2019-08-09 12:23:05 -07:00
Medya Gh d3e4e78caa remove redudnent arugment 2019-08-09 12:22:37 -07:00
Medya Gh c064d50881 more clearn func names and move var closer where used 2019-08-09 12:22:10 -07:00
Medya Gh 08e3e14263 add embeded-certs flag to config, decouple kubeconfig from viper 2019-08-09 12:21:48 -07:00
Medya Gh a15201b131 remove exit from kubeconfig update lib 2019-08-09 12:21:48 -07:00
Medya Gh 733ba21a36 decouple kubeconfig update from Host 2019-08-09 12:21:48 -07:00
Medya Gh 5621355004 ranem DeleteContext func 2019-08-09 12:19:58 -07:00
Medya Gh 5a9fb439ab rename funcs 2019-08-09 12:19:58 -07:00
Medya Gh a54b9629cd unexport and rename funcs 2019-08-09 12:19:58 -07:00
Medya Gh ffe573ec48 fixed stutter 2019-08-09 12:18:33 -07:00
Medya Gh df624349c3 created kubeconfig package 2019-08-09 12:18:33 -07:00
Thomas Strömberg 4a335cbd56
Merge pull request #5026 from tstromberg/drvmnt
Restore --disable-driver-mounts flag
2019-08-09 07:49:05 -07:00
Thomas Stromberg d18978450c Restore --disable-driver-mounts flag 2019-08-08 17:12:33 -07:00
Sharif Elgamal 1f48364487
Fix prepareNone and add integration test for it (#5023)
* Fix prepareNone and add integration test for it

* add test file

* only compile none test on linux

* build tags are confusing

* build tags are quite confusing

* build tags are very confusing
2019-08-08 15:47:44 -07:00
Jituri, Pranav fb8a47f441
Fixed the template for dashboard output 2019-08-07 11:16:39 +05:30
ethan 8a73b56e33
start.go: logging message typo correction
Signed-off-by: ethan <guangming.wang@daocloud.io>
2019-08-06 22:17:32 +08:00
Medya Ghazizadeh 45e5265c35
Merge pull request #4944 from josedonizetti/refactor-extract-writeconfig
Refactor extract writeconfig
2019-08-04 00:41:25 -07:00
Thomas Stromberg ed6428b324 Turn gopsutil errors into warnings: Virtualization() not supported on Darwin 2019-08-03 10:04:23 -07:00
josedonizetti 2fbd028c07 Refactor improve variable names 2019-08-02 21:57:31 -03:00
josedonizetti 8b42e28d44 Refactor WriteConfig to accept a path 2019-08-02 21:45:01 -03:00
Thomas Strömberg ae9f406b38
Merge pull request #4607 from dfang/feature/registry_mirror_env
Automatically set flags for MINIKUBE_ prefixed env vars
2019-08-02 15:34:05 -07:00
Thomas Strömberg be61eb7bb1
Merge branch 'master' into cherry-3a96b 2019-08-02 15:04:10 -07:00
tstromberg 2dd3445176 Add container status and container runtime logs 2019-08-02 14:39:56 -07:00
tstromberg 45e9cfba8f Opt for shorter output strings 2019-08-02 11:38:37 -07:00
tstromberg 4b9402fc82 Add host distro to minikube start & guest distro to logs 2019-08-02 11:17:52 -07:00
josedonizetti 4a4ae87e9e refactor: Move WriteConfig to pkg/minikube/config 2019-08-01 14:37:30 -03:00
josedonizetti 483fe644eb Improve UnsetTest 2019-07-30 14:16:51 -03:00
josedonizetti 45a329fb6c Unset profile when it is deleted 2019-07-30 12:44:50 -03:00
fang duan a44b3393aa
FIX 2019-07-30 08:20:37 +08:00
Medya Ghazizadeh 165c1afd33 UI: improve minikube help output by grouping into categories (#4879)
* Improve minikube help output by grouping into categories

* consistant colon

* Add configuration category to grouped commands
2019-07-29 15:04:44 -07:00
Medya Ghazizadeh 743aeaa859
Merge pull request #4887 from josedonizetti/fix-glog-parse-error
Fix glog parse error
2019-07-29 13:24:19 -07:00
Thomas Strömberg a05a26e039
Merge pull request #4758 from blueelvis/4661-force-poweroff-in-hyperv
hyperv: Run "sudo poweroff" before stopping VM
2019-07-29 10:16:23 -07:00
josedonizetti 08c86b4010 Add comment explaining pkg/initflag 2019-07-27 11:05:49 -03:00
josedonizetti 42a69a9a27 Add pkg/initflag 2019-07-27 10:40:21 -03:00