Anders F Björklund
97d27945ef
Make sure to actually gzip the tarballs
...
Not all tar versions can understand suffix
2019-07-31 10:59:10 +02:00
Anders Björklund
e03dfb2a3c
Merge pull request #4921 from afbjorklund/kvm-build-image-local
...
Use consistent method of getting kvm-build-image
2019-07-31 10:20:21 +02:00
Anders Björklund
3913618b9d
Merge pull request #4927 from afbjorklund/kernel-version
...
Update KERNEL_VERSION to match buildroot config
2019-07-31 09:58:41 +02:00
Medya Ghazizadeh
9916d7a438
Merge pull request #4786 from reegnz/remove-nginx-ingress-default-backend
...
Remove ingress-nginx default backend.
2019-07-30 14:06:14 -07:00
Medya Ghazizadeh
5add11bb59
Merge pull request #4924 from josedonizetti/rename-config-tests
...
Improve code readability: rename config unit tests
2019-07-30 14:02:33 -07:00
Medya Ghazizadeh
ec611a5d79
Merge pull request #4917 from afbjorklund/go-version
...
Pin the go version used for kvm-build-image
2019-07-30 13:41:13 -07:00
Medya Ghazizadeh
db7d7c87da
Merge pull request #4926 from josedonizetti/add-closures-documentation
...
Add comment for better clarity of closures_and_goroutines documentation
2019-07-30 13:40:22 -07:00
Medya Ghazizadeh
feb7231634
Merge pull request #4925 from josedonizetti/add-readconfig-test
...
Add test to config.ReadConfig
2019-07-30 13:38:28 -07:00
Medya Ghazizadeh
3a718d9e79
Merge pull request #4922 from josedonizetti/deletes-unset-profile
...
Unset profile when it is deleted
2019-07-30 13:36:21 -07:00
Anders F Björklund
9e52d5113c
Update KERNEL_VERSION to match buildroot config
...
We downgraded the kernel (to 4.15) in 2be51dc
,
but never updated the Makefile from 4c4cd31...
The default kernel in Buildroot 2018.05.x was
4.16.13, but upgraded in Minikube to 4.16.14
2019-07-30 22:13:53 +02:00
josedonizetti
190830b827
Add closures_and_goroutines documentation
2019-07-30 16:52:42 -03:00
Anders F Björklund
1df9c66e2d
Tag the kvm-build with go version, avoid registry
...
Apparently make hates target names with colon in them, so avoid that.
Seems like we are not using $(REGISTRY), so avoid trying to pull it.
2019-07-30 21:35:16 +02:00
josedonizetti
b436a90db5
Add test to config ReadConfig
2019-07-30 15:53:33 -03:00
josedonizetti
a531baa25a
rename TestGet to Test_get
2019-07-30 15:23:35 -03:00
josedonizetti
f9e00f4195
rename TestReadConfig to Test_decode
2019-07-30 15:22:57 -03:00
josedonizetti
483fe644eb
Improve UnsetTest
2019-07-30 14:16:51 -03:00
Thomas Strömberg
b309750496
Merge pull request #4915 from sharifelgamal/k8s-1.15.1
...
Update latest kubernetes version to v1.15.1
2019-07-30 10:03:47 -07:00
josedonizetti
45a329fb6c
Unset profile when it is deleted
2019-07-30 12:44:50 -03:00
Anders F Björklund
ab2b589324
Use consistent method of getting kvm-build-image
...
First try the local images, then try to pull from the registry...
If not found in either place, then build a tag a new local image.
2019-07-30 14:40:40 +02:00
Medya Ghazizadeh
f2172a8ea8
Merge pull request #4918 from afbjorklund/travis-result
...
Travis build status link should go to master
2019-07-30 01:13:42 -07:00
Anders F Björklund
9daa3d3e78
Travis build status link should go to master
...
Currently it goes to the latest Pull Request
2019-07-30 10:03:46 +02:00
Anders F Björklund
cc393df73a
Pin the go version used for kvm-build-image
2019-07-30 09:55:53 +02:00
Zoltán Reegn
d1436b40fe
Remove ingress-nginx default backend
...
It's not needed since nginx 0.20.0.
See the following pull-requests for context:
* https://github.com/kubernetes/ingress-nginx/pull/3126
* https://github.com/kubernetes/ingress-nginx/pull/3156
2019-07-30 09:32:02 +02:00
Sharif Elgamal
e86969d4fc
Adding cleanup CI scripts to source control ( #4916 )
...
* Adding cleanup CI scripts to source control
* cleanup
* spelling
* small fixes
2019-07-29 17:48:12 -07: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
Thomas Strömberg
61e1261be5
Merge pull request #4907 from afbjorklund/kube-cross
...
Upgrade the build image from 1.12.5 to 1.12.7
2019-07-29 14:39:03 -07:00
Sharif Elgamal
98e8dd3921
Update latest kubernetes version to v1.15.1
2019-07-29 13:40:35 -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
Sharif Elgamal
2bca6dccac
Fix minikube start args for integration tests ( #4885 )
...
I've been seeing errors like `Error running command: -p=TestPersistence start --vm-driver=hyperv --hyperv-virtual-switch=primary-virtual-switch --bootstrapper=kubeadm--wait=false --v=10 --logtostderr --alsologtostderr --v=2 . Output: * minikube v1.2.0 on windows (amd64)` in my hyperV testing which means we need an extra space here.
2019-07-29 13:14:40 -07:00
Thomas Strömberg
128bdfbe27
Merge pull request #4674 from kubernetes/docsy2
...
Switch documentation site to docsy theme, add sample content
2019-07-29 11:51:48 -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
Medya Ghazizadeh
ff14075ffc
Merge pull request #4893 from medyagh/ci_clean_up_hyperkit
...
CI: clean up stale hyperkit and none process and stale inaccessible vbox
2019-07-29 09:21:36 -07:00
Medya Ghazizadeh
3240558ca1
Merge pull request #4904 from stuartpb/patch-1
...
Update link to Steve Sloka's article
2019-07-29 09:20:09 -07:00
Anders F Björklund
ea4aeafa9d
The drivers need the generated translations
2019-07-29 13:57:37 +02:00
Anders F Björklund
d59db5b6a7
Call go-bindata and gofmt from docker too
2019-07-29 12:44:58 +02:00
Anders F Björklund
7f9d7f0f0b
Update build image to go version 1.12.7
2019-07-29 12:38:51 +02:00
Stuart P. Bentley
8298316269
Update link to Steve Sloka's article
2019-07-28 14:56:26 -07:00
Medya Ghazizadeh
396a65a101
Merge pull request #4785 from reegnz/upgrade-nginx
...
Upgrade nginx ingress to 0.25.0
2019-07-28 14:29:03 -07:00
Medya Gh
64cced0538
exclude bash hyperkit from being cleanup
2019-07-28 00:06:10 -07:00
Medya Gh
b6ea8d8e6b
increase timeout
2019-07-27 20:08:12 -07:00
Medya Gh
9852ebbb68
CI: list vms after clean up
2019-07-27 18:13:03 -07:00
Medya Gh
fb1b6ebbef
remove inaccessible stale vbox vms
2019-07-27 15:57:17 -07:00
Medya Gh
32257a9418
Add -E to sudo for preserving env
2019-07-27 15:46:10 -07:00
Medya Gh
5f31c85231
CI: clean up stale none process
2019-07-27 15:16:23 -07:00
josedonizetti
08c86b4010
Add comment explaining pkg/initflag
2019-07-27 11:05:49 -03:00
josedonizetti
7ece838d28
Add license to pkg/initflag
2019-07-27 11:03:56 -03:00
josedonizetti
42a69a9a27
Add pkg/initflag
2019-07-27 10:40:21 -03:00
josedonizetti
4965b89243
Bump spf13/cobra
2019-07-27 10:16:44 -03:00
Medya Ghazizadeh
b7a80783da
Merge pull request #4886 from kubernetes/medyagh-patch-1
...
Update common.sh
2019-07-26 17:45:38 -07:00
Medya Ghazizadeh
de8dddf094
Update common.sh
2019-07-26 17:45:27 -07:00