Josh Woodcock
88ea55df49
Performance and security enhancment for ingress-dns addon
2019-10-13 18:04:06 -05:00
Alexandre Fiori
8bf56f0d6c
Add docs for using registry on macOS
2019-10-13 18:57:47 +01:00
Anders F Björklund
2e20dddc4a
Upgrade Buildroot to 2019.02 and VirtualBox to 5.2
...
New major version of Buildroot, with new Linux kernel.
Both are LTS versions, and are supported until 2020.
Buildroot is upgraded from 2018.05 to 2019.02 LTS,
and Linux from 4.15 to 4.19 LTS as included in BR2.
Also upgrade VirtualBox to the supported 5.2 version
of the older branch, so that it will work everywhere.
Need to remove the legacy symlink for crio.sock from
the image, since it was causing build time issues...
2019-10-13 15:13:02 +02:00
Anders F Björklund
e824b714c0
Disable go modules for containerd, for newer go
...
It worked for go1.10, but not really for go1.11
2019-10-13 15:01:03 +02:00
Anders F Björklund
95436360bd
Add docker-init binary to package, bundled tini
2019-10-13 13:46:58 +02:00
Medya Gh
a7de6c70eb
add minikube binary version
2019-10-12 11:18:19 -07:00
Medya Gh
5c9d98f9e4
echo minikube version in integration script
2019-10-12 11:06:49 -07:00
Medya Gh
1da56c571c
printing minikube version and commit id before test
2019-10-12 10:59:20 -07:00
Medya Gh
749c34ae6c
adding a logging to make sure jenkins is running right thing
2019-10-12 10:30:54 -07:00
Medya Gh
390992571f
fix more stuf
2019-10-12 03:12:51 -07:00
Marcin Niemira
3dff822e8b
remove single test due to discussion on GH
2019-10-12 12:43:59 +11:00
Marcin Niemira
780112fc39
Merge branch 'master' of github.com:kubernetes/minikube into improve-machine-test-coverage
2019-10-12 12:37:06 +11:00
Marcin Niemira
b237471a17
add some tests to translate pkg
2019-10-12 12:27:38 +11:00
Thomas Strömberg
73bf396e4d
Merge pull request #5602 from sharifelgamal/1.4.1
...
Update Makefile for version 1.4.1
2019-10-11 15:47:16 -07:00
Marek Schwarz
d13f58fc3b
Merge branch 'master' into DELETE_ALL_PROFILES
2019-10-11 23:04:23 +02:00
Medya Gh
eac02204d9
add unit test for cmdToStr
2019-10-11 13:11:15 -07:00
Sharif Elgamal
45bae85cdb
Update Makefile for version 1.4.1
2019-10-11 12:45:33 -07:00
Josh Woodcock
f39ecda4cb
Add tests for addons custom output format
2019-10-11 09:43:00 -05:00
Nanik T
9bf904141c
Warn if incompatible kubectl version is in use
...
Fixes : #3329
Modification is done inside start.go where additional checking on the
version returned via the kubectl CLI is checked.
Running 'kubectl version --output=json' will return both client
and server information.
2019-10-11 23:46:02 +11:00
Medya Gh
c71b6775d6
fix more commands to bin bash
2019-10-11 00:25:01 -07:00
RickyRajinder
96edacc0a9
Changed command runner
...
Fixed test
Print error message
Change minikube running check to after check if exists
Updates Set and adds test for disabling
Fix action for minikube not running
Fix import order
2019-10-11 00:09:28 -07:00
Medya Gh
466123aceb
fix some lint nad test
2019-10-10 13:45:59 -07:00
Thomas Strömberg
63f1a3ae27
Merge pull request #5593 from sharifelgamal/k8s-1.16.1
...
Update default Kubernetes version to 1.16.1
2019-10-10 13:40:26 -07:00
Thomas Strömberg
ffc81a8d9d
Merge pull request #5572 from corneliusweig/w/upgrade-linter
...
Bump golangci-lint to v1.20.0
2019-10-10 13:39:55 -07:00
Sharif Elgamal
18966680a6
update kubeadm_test with new k8s version
2019-10-10 13:25:51 -07:00
Sharif Elgamal
2cbe4f7b71
Update default Kubernetes version to 1.16.1
2019-10-10 13:01:02 -07:00
Sharif Elgamal
6c5e432b14
Merge pull request #4999 from bhanu011/master
...
Warn when a user tries to set a profile name that is unlikely to be valid
2019-10-10 12:46:22 -07:00
Marek Schwarz
09ce93faf0
Added delete --all to common.sh
...
Run delete --all after start_stop_delete_test
2019-10-10 21:32:27 +02:00
Marek Schwarz
ae731d4393
Merge branch 'master' into DELETE_ALL_PROFILES
2019-10-10 21:22:45 +02:00
Marek Schwarz
a0c844e07e
Refactor
2019-10-10 21:22:17 +02:00
Thomas Stromberg
268ac04f00
Don't try curl with localhost proxies
2019-10-10 12:17:56 -07:00
Thomas Stromberg
76471ffda5
Improve error messages, add container registry check
2019-10-10 12:14:27 -07:00
Medya Gh
f8b38d2e22
Merge remote-tracking branch 'upstream/master' into NewCmdRunner
2019-10-10 12:08:44 -07:00
Thomas Strömberg
0a6749397a
Merge pull request #5591 from tstromberg/unused-update2
...
Remove unused enableUpdateNotification variable
2019-10-10 11:52:41 -07:00
Thomas Stromberg
5e71eba5f7
Remove unused enableUpdateNotification variable
2019-10-10 11:30:08 -07:00
Thomas Stromberg
79efa5452d
More comprehensive network checks
2019-10-10 11:26:09 -07:00
Thomas Strömberg
ecb7169a27
Merge pull request #5589 from tstromberg/interfacer-sucks
...
Disable interfacer lint check
2019-10-10 10:46:05 -07:00
Rob Bruce
958c886f8a
Remove duplicate setting field in config
2019-10-10 13:24:02 -04:00
Thomas Stromberg
dffa8ec7d8
Disable interfacer lint check
2019-10-10 09:40:34 -07:00
Thomas Strömberg
d591d81bad
Merge branch 'master' into w/upgrade-linter
2019-10-10 09:37:56 -07:00
Medya Gh
fcf17fb42f
bin bash all the way
2019-10-10 09:23:26 -07:00
Thomas Strömberg
5c6f33b796
Merge pull request #5584 from tstromberg/common.sh
...
jenkins: Resilient VirtualBox VM and test directory cleanup
2019-10-10 06:32:54 -07:00
duohedron
c8e41f3a79
Fix comment for extensionToBoilerplate in boilerplate.go
2019-10-10 12:34:40 +02:00
duohedron
4aa3edf640
fileExtension function replaced with filepath.Ext in boilerplate.go
2019-10-10 12:29:50 +02:00
duohedron
5e8e5eb7df
Add verbose mode to boilerplate.go
2019-10-10 12:22:34 +02:00
Zoltán Reegn
c9c4a8fbb9
Replace registry-creds addon ReplicationController with Deployment
...
As the official k8s docs state:
> Note: A Deployment that configures a ReplicaSet is now the recommended way to set up replication.
https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/
2019-10-10 12:10:00 +02:00
duohedron
d3dc222609
Refactor error handling in boilerplate.go
2019-10-10 11:56:12 +02:00
duohedron
42257156ee
Comments refactored in boilerplate.go
2019-10-10 11:40:05 +02:00
duohedron
452498eb1b
Move flags to var, change flags default value
2019-10-10 10:43:53 +02:00
Medya Gh
57ac160f9f
move everything to RunCmd
2019-10-10 00:03:45 -07:00