Priya Wadhwa
6fdecf2ebf
Add unit test to check that docs are up to date
...
This requires the following changes:
1. We need to pass in -ldflags to `go test`, since we need to know the curren iso version to correctly generate the description for --iso-url
2. We need to rewrite the description of the --driver flag on `minikube start` because it is operating system specific, which doesn't make sense for our documentation
2020-04-02 10:48:47 -07:00
Priya Wadhwa
c409c4c91c
Add unit tests to make sure docs are up to date
2020-04-01 16:13:54 -07:00
Priya Wadhwa
a9dcfe82fe
Update generate-docs command
...
Now, generate-docs will compile all subcommands for one command into one document instead of creating a document per subcommand.
For example, instead of creating:
minikbue_addons_enable.md
minikbue_addons_disable.md
it will now create
addons.md
which will include subsections for `minikube addons enable` and `minikube addons disable`.
2020-04-01 15:59:33 -07:00
Thomas Strömberg
592bb2e9eb
Merge pull request #7310 from tstromberg/wrong-url
...
mustload: Replace DriverIP with Forwarded(IP|Port)
2020-04-01 08:29:12 -07:00
Thomas Strömberg
8dbd08a7c9
Merge pull request #7340 from tstromberg/faster-lookup-fail
...
Make tryRegistry non-blocking, remove tryLookup, add timeout
2020-03-31 15:11:02 -07:00
Thomas Strömberg
4f891d515c
Merge pull request #7309 from linkvt/fix-embed-certs
...
Fix embed certs by updating kubeconfig after certs are populated
2020-03-31 12:55:32 -07:00
priyawadhwa
ca8b4ccddb
Merge pull request #7338 from dlorenc/rm
...
Remove unused code.
2020-03-31 10:45:01 -07:00
Thomas Stromberg
b23bddb242
Make tryRegistry non-blocking, remove tryLookup, add timeout
2020-03-31 10:44:32 -07:00
Dan Lorenc
d8db21478c
Remove unused code.
...
I was looking for an example of reflect and noticed that this code was unused.
2020-03-31 10:37:04 -05:00
Sharif Elgamal
2b68cb72d8
glorb
2020-03-30 15:36:11 -07:00
Sharif Elgamal
fd3e0f505a
clean up minikube start output
2020-03-30 15:31:17 -07:00
Thomas Stromberg
7f5f12c5f4
Get rid of DriverIP attr to prevent future misuse
2020-03-29 11:44:25 -07:00
Thomas Stromberg
063077c712
mustload: Check apiserver status using forwarded IP/port
2020-03-29 11:34:21 -07:00
Vincent Link
7debdacf5b
Write the kubeconfig after generating certs
...
The content of the kubeconfig is defined before certs are generated by
the bootstrapper. When certs are embedded via --embed-certs writing the
kubeconfig fails if the certificates are not generated so it must run
after the bootstrap process which generates them.
2020-03-29 20:29:06 +02:00
Anders F Björklund
73dd9914f6
Fix gofmt and golint on master, after merges
2020-03-28 12:25:32 +01:00
Medya Ghazizadeh
356e203ed4
Merge pull request #7270 from tstromberg/cerrt-err
...
Add more debugging for certificate issues
2020-03-27 22:16:48 -07:00
Medya Ghazizadeh
29e2f73842
Merge pull request #7275 from tstromberg/freebsd
...
Add files missing for FreeBSD compilation
2020-03-27 22:14:54 -07:00
Medya Ghazizadeh
da1d411e30
Merge pull request #6879 from prasadkatti/populate_target_port_in_svc_list
...
service list: populate target port
2020-03-27 22:12:18 -07:00
Medya Ghazizadeh
5535242764
Merge pull request #7278 from tstromberg/null-deref
...
Fix null deref in start host err
2020-03-27 19:21:35 -07:00
Thomas Strömberg
d8ca4966aa
Merge pull request #7280 from sharifelgamal/bleh
...
translations facelift
2020-03-27 08:45:40 -07:00
Eberhard Wolff
3f74cb61ef
Fixed typo
2020-03-27 08:16:48 +01:00
Sharif Elgamal
2d825d6498
translations facelift
2020-03-26 18:04:49 -07:00
Thomas Stromberg
f00ac2c05a
Fix null deref in start host err
2020-03-26 17:36:05 -07:00
Thomas Strömberg
d0fb1fd44c
Merge pull request #7277 from tstromberg/unable-err
...
Fix StartHost error formatting mistake, improve err msg
2020-03-26 17:32:16 -07:00
Thomas Stromberg
5a3d4f2870
Fix StartHost error formatting mistake, improve err msg
2020-03-26 17:01:30 -07:00
Medya Ghazizadeh
5a020c9577
Merge pull request #7268 from tstromberg/docker-timeout
...
Increase Docker "slow" timeouts to 15s
2020-03-26 16:57:02 -07:00
Thomas Stromberg
e3472b6da0
Add files missing for FreeBSD compilation
2020-03-26 16:23:53 -07:00
Thomas Stromberg
c6bca4d105
Add more debugging for certificate issues
2020-03-26 14:53:05 -07:00
Thomas Stromberg
11ba7c6eb3
Set minLogCheckTime to 60 until we can cut down on spam
2020-03-26 14:27:51 -07:00
Thomas Stromberg
2f2dccd30c
Remove test values
2020-03-26 14:05:02 -07:00
Thomas Stromberg
46f31480df
Make slow command detection consistent across kic/oci
2020-03-26 14:03:22 -07:00
Priya Wadhwa
721a57c25a
Rebased
2020-03-26 11:01:28 -07:00
priyawadhwa
6ef3faf6a2
Merge pull request #7262 from priyawadhwa/preload-error-logging
...
Add more logging to preload
2020-03-26 10:57:01 -07:00
Thomas Strömberg
1fac168ca3
Merge pull request #7244 from tstromberg/none-detect
...
Avoid provision.Detector when possible
2020-03-26 10:18:08 -07:00
Thomas Strömberg
73bdb79ed5
Merge pull request #7260 from tstromberg/block-on-upgrade2
...
Wait for control-plane to upgrade before proceeding
2020-03-26 10:17:55 -07:00
Priya Wadhwa
efbe113a94
Add more logging to preload
2020-03-26 10:15:02 -07:00
Thomas Strömberg
eef1526e37
Merge pull request #7235 from tstromberg/v1.18.0
...
Update DefaultKubernetesVersion to v1.18.0
2020-03-26 10:10:39 -07:00
Thomas Stromberg
daffae3793
Wait for control-plane to upgrade before proceeding
2020-03-26 09:07:14 -07:00
Thomas Stromberg
1db93ee20e
Merge branch 'master' into none-detect
2020-03-26 06:30:23 -07:00
Thomas Stromberg
3adfa8304c
Turn log message back into comment
2020-03-26 06:30:20 -07:00
Thomas Strömberg
095ccbe562
Merge pull request #7234 from tstromberg/init-retry-port-conflict
...
Re-initalize failed Kubernetes clusters
2020-03-25 18:57:30 -07:00
Medya Ghazizadeh
46e87ba054
Merge pull request #7219 from sharifelgamal/cluster-name
...
Get rid of ClusterNameFromMachine
2020-03-25 18:33:48 -07:00
Medya Ghazizadeh
53b9d720e7
Merge pull request #7230 from tstromberg/hugo-switch
...
Make recreateIfNeeded more robust, improve UX
2020-03-25 18:28:07 -07:00
Thomas Stromberg
dc3b842d41
Avoid provision.Detector when possible
2020-03-25 17:11:22 -07:00
Priya Wadhwa
f52df44fd5
If preload fails on hot restart, log warning instead of erroring out
2020-03-25 16:43:35 -07:00
Sharif Elgamal
dc7bdecda4
Merge branch 'master' of github.com:kubernetes/minikube into cluster-name
2020-03-25 15:43:12 -07:00
Sharif Elgamal
71003531c3
Merge pull request #7238 from sharifelgamal/honor-override
...
do not override hostname if extraConfig is specified
2020-03-25 15:24:14 -07:00
Sharif Elgamal
8f3e480d4e
Merge pull request #7241 from sharifelgamal/styyyle
...
replace emoji with spacing issues
2020-03-25 15:18:37 -07:00
Sharif Elgamal
fd1897ddae
replace emoji with spacing issues
2020-03-25 15:01:57 -07:00
Thomas Stromberg
1ee125e688
lint err
2020-03-25 14:50:13 -07:00