Commit Graph

6254 Commits (443ae74719d3cee912733ccdfd8c20eabceba4d2)

Author SHA1 Message Date
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
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
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
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
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
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
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
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
Medya Ghazizadeh d139781470
Merge pull request #5543 from govargo/feature/start-with-addons-flag
Add ability to enable addon through  'minikube start' flag
2019-10-09 20:05:33 -07:00
Kenta Iso f111f09526 Modify shortlived variable name and improve --addons flag help message 2019-10-10 11:29:13 +09:00
Kenta Iso bbf69538f5 add --addons flag explanation to Start.md 2019-10-10 11:29:13 +09:00
Kenta Iso 76e5f7b4cd remove repetitive addon list from command help and add --addons flag explanation to documents 2019-10-10 11:29:13 +09:00
Kenta Iso 1e11576c9a Add addons flag to 'minikube start' in order to enable specified addons 2019-10-10 11:29:13 +09:00
BlackHole1 910a69eec3 refactor(i18n): add chinese translation 2019-10-10 09:47:03 +08:00
BlackHole1 7834c83d9d optimizing Chinese translation (No.2) 2019-10-10 08:39:20 +08:00
Sharif Elgamal 4916c04ce7
Merge pull request #5522 from sharifelgamal/loc-doc
Add documentation for adding translations
2019-10-09 15:56:28 -07:00
tstromberg 34b6f6d4fb Include hostonlyifs cleanup 2019-10-09 15:55:30 -07:00
tstromberg 96b230ecf2 Fix wildcard deletion 2019-10-09 15:37:12 -07:00
tstromberg fb0d042710 Attempt a better error message 2019-10-09 15:24:42 -07:00
tstromberg c389944391 Make virtualbox cleanup less repetitive and log statements 2019-10-09 14:15:33 -07:00
tstromberg fac45f54a4 Split vbox cleanup across two commands so that failures in one does not prevent further cleanup 2019-10-09 13:59:50 -07:00
Sharif Elgamal 7dd3a4db77
Merge pull request #5583 from kubernetes/revert-5559-cleanup_inaccessible
Revert "clean up inaccessible virtualbox"
2019-10-09 13:56:00 -07:00
Sharif Elgamal 35dd5db0de
Revert "clean up inaccessible virtualbox" 2019-10-09 13:55:01 -07:00
tstromberg bc74f960b0 Merge branch 'master' into sshcheck 2019-10-09 13:48:18 -07:00
tstromberg cd592172f0 Validate TCP connectivity to the VM 2019-10-09 13:48:05 -07:00
Cornelius Weig c00d8b37c8 Fix issues found by new linter version 2019-10-09 22:42:17 +02:00
Nanik T 733f7bc3f3 Move the non-found-service test into separate function and modify the error text to include service name 2019-10-10 07:13:47 +11:00
Sharif Elgamal 0f804a71af
Merge pull request #5574 from sharifelgamal/libmachine
Add libmachine debug logs back
2019-10-09 13:04:39 -07:00
Medya Ghazizadeh c0e51aa37b
Merge pull request #5566 from nanikjava/f-fix-4963
Use configured DNS domain in bootstrapper kubeadm templates
2019-10-09 11:50:46 -07:00
Sharif Elgamal e63ecbe3b1
switch pkgConfig to config 2019-10-09 11:45:00 -07:00
Sharif Elgamal 57e9592270
Merge branch 'master' into master 2019-10-09 11:35:46 -07:00