Thomas Strömberg
4756b15bc1
Merge branch 'master' into lint
2019-03-20 10:16:09 -07:00
Thomas Strömberg
177ce6597d
Merge pull request #3830 from tstromberg/find-probelms
...
Add problem detection for #3818 - no providers available
2019-03-20 10:14:04 -07:00
Thomas Strömberg
9a43cb891a
Merge pull request #3887 from afbjorklund/arch
...
Allow building minikube for any architecture
2019-03-20 09:57:02 -07:00
Thomas Strömberg
5074cc5127
Merge pull request #3894 from gyliu513/kvm-driver
...
Highlight libvirtd for old distributions.
2019-03-20 09:56:34 -07:00
Kubernetes Prow Robot
5313c1950f
Merge pull request #3911 from morvencao/br_fix_drive_installation_doc
...
fix 'gopath' issue for driver installation.
2019-03-19 23:58:22 -07:00
morvencao
bf794665e9
fix gopath issue for driver installation.
2019-03-20 13:10:07 +08:00
Kubernetes Prow Robot
b906adcc62
Merge pull request #3903 from mavimo/fix-xhyve-driver-link-to-doc
...
Update link to drives docs in xhyve driver
2019-03-19 12:24:22 -07:00
Marco Vito Moscaritolo
443accf1e0
Update link to drive docs in xhyve driver
...
Signed-off-by: Marco Vito Moscaritolo <mavimo@gmail.com>
2019-03-19 08:53:11 +01:00
Kubernetes Prow Robot
89f9ca6898
Merge pull request #3895 from igorakkerman/bugfix/windows-install-location
...
Windows installer using installation path for x64 applications
2019-03-18 09:16:26 -07:00
Guang Ya Liu
8f7cca3045
Highlight libvirtd for old distributions.
2019-03-18 02:18:09 -07:00
Igor Akkerman
d91615ef46
Windows installer using installation path for x64 applications
2019-03-17 18:39:40 +01:00
Anders F Björklund
b0b32b702d
Allow building minikube for any architecture
...
Currently it is hardcoded to build for any GOOS, but same GOARCH.
Change this to allow building for any combination of: minikube-*-*
2019-03-17 12:17:19 +01: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
Thomas Strömberg
016e3f3178
Merge pull request #3767 from tstromberg/cache_images_int_test2
...
caching: Fix containerd, improve console messages, add integration tests
2019-03-14 08:19:25 -07:00
Anders Björklund
844a3ee1e9
Merge pull request #3838 from afbjorklund/dos
...
Fix exe suffix and missing checksum for windows binary
2019-03-13 20:19:24 +01:00
Thomas Strömberg
3cc68bd18b
Update ISSUE_TEMPLATE
2019-03-11 12:15:42 -07:00
Thomas Strömberg
c41338b372
Document hack/tag_release.sh
2019-03-11 09:39:23 -07:00
Thomas Strömberg
44372fa0ac
Merge pull request #3815 from tstromberg/v0.35.0
...
Add script to automate tag creation.
2019-03-11 09:37:44 -07:00
Thomas Strömberg
5f290a1a6e
Merge pull request #3819 from presslabs/fix-tunnel-error
...
Fix tunnel error logging
2019-03-11 09:37:26 -07:00
Anders Björklund
203e17a3b1
Merge pull request #3817 from afbjorklund/rpm-github
...
Add missing variable and upload of rpm to github
2019-03-10 10:48:47 +01:00
Anders F Björklund
1fd7c0ddf6
Fix exe suffix and missing checksum for win bin
...
Windows needs that DOS suffix, so we make a copy
2019-03-10 10:46:47 +01:00
Thomas Strömberg
f68b5cb9cc
Merge pull request #3831 from joelsmith/secdoc
...
Update embargo doc link in SECURITY_CONTACTS and change PST to PSC
2019-03-09 21:56:49 -08:00
Thomas Stromberg
4f44208ba3
Refactor functional tests to not rely on SetRuntime, use short variable name
2019-03-08 12:30:41 -08:00
Thomas Stromberg
aa294808f5
Merge branch 'master' into cache_images_int_test2
2019-03-08 12:20:28 -08:00
Thomas Strömberg
89aac6aaf6
Merge pull request #3826 from cristim/patch-1
...
Fix `minikube addons open heapster`
2019-03-08 10:54:39 -08:00
Thomas Stromberg
6a36191bb4
Merge branch 'master' into find-probelms
2019-03-08 10:20:39 -08:00
Thomas Strömberg
52208171c0
Mention NO_PROXY with non-k8s apps.
...
Closes #3827
2019-03-08 10:05:44 -08:00
Thomas Stromberg
4a7e68c6b7
Add detection for #3818 - no providers available
2019-03-08 09:51:08 -08:00
Joel Smith
4d4674f899
Update embargo doc link in SECURITY_OWNERS and changes PST to PSC
2019-03-08 10:23:48 -07:00
Cristian Măgherușan-Stanciu @magheru_san
a3e652a360
Fix `minikube addons open heapster`
...
In the default installation I get the same error:
```
$ minikube addons open heapster
💣 This addon does not have an endpoint defined for the 'addons open' command.
You can add one by annotating a service with the label kubernetes.io/minikube-addons-endpoint:heapster
```
This PR is simply implementing the suggested fix by adding the aforementioned label to the heapster service.
2019-03-07 21:48:39 +01:00
Thomas Strömberg
bf1924a758
Update vmdriver-none.md
2019-03-07 10:23:07 -08:00
Thomas Strömberg
a485919113
Remove bad formatting
2019-03-07 09:42:14 -08:00
Calin Don
229137c06b
Fix tunnel error logging
2019-03-07 11:38:26 +02:00
Thomas Strömberg
a63dabebc7
Brew seems to work, fix minikube doc link
2019-03-06 22:36:13 -08:00
Thomas Strömberg
ed214331fc
Merge pull request #3816 from minikube-bot/jenkins-releases.json-v0.35.0
...
update releases.json to include v0.35.0
2019-03-06 22:30:25 -08:00
Anders F Björklund
f1179da0ae
Add missing variable and upload of rpm to github
2019-03-07 07:18:27 +01:00
Thomas Strömberg
e2ca4c505e
Add v0.35.0
2019-03-06 22:10:18 -08:00
Thomas Strömberg
833bf287c1
Fix v0.35.0 date
2019-03-06 22:09:55 -08:00
minikube-bot
f4600607fa
Update releases.json to include v0.35.0
2019-03-07 06:06:03 +00:00
Thomas Strömberg
75db64825c
Merge pull request #3814 from tstromberg/v0.35.0
...
Release notes for v0.35.0
2019-03-06 17:58:09 -08:00
Thomas Stromberg
d62b982c56
Add script to automate tag creation.
2019-03-06 17:57:17 -08:00
Thomas Stromberg
63be8e4781
Merge branch 'master' into v0.35.0
2019-03-06 17:34:28 -08:00
Thomas Stromberg
ac7fe9e089
Release notes for v0.35.0
2019-03-06 17:33:46 -08:00
Thomas Strömberg
93aa62dd70
Merge pull request #3811 from sharifelgamal/release-0.35
...
Update Makefile to 0.35.0
2019-03-06 17:30:08 -08:00
Thomas Stromberg
02a06a8da6
Second Start call should also pass in the new test.args list
2019-03-06 15:50:57 -08:00
Thomas Strömberg
32bd61787b
Mention broken brew automation.
2019-03-06 15:48:17 -08:00
Thomas Strömberg
a58e1a454f
Mention `minikube logs`
2019-03-06 15:36:39 -08:00
Thomas Strömberg
210d3b9601
Try again, but hide the text this time.
2019-03-06 15:33:27 -08:00