Commit Graph

13531 Commits (f1c0f61963d83ca27144b48b54d734b25a278944)

Author SHA1 Message Date
Anders F Björklund f1c0f61963 Update libmachine module to machine-drivers@master 2021-02-09 08:03:13 +01:00
Medya Ghazizadeh 0f3b4b2ebf
Merge pull request #10411 from prezha/fix-docker-StartLimitIntervalSec
move StartLimitIntervalSec param from [Service] to [Unit] section
2021-02-08 21:26:28 -08:00
Medya Ghazizadeh b414901481
Merge pull request #10381 from spowelljr/addTmpDirTests
Refactor tmp dir detection to improve testability
2021-02-08 16:32:17 -08:00
Medya Ghazizadeh de03a37a1e
Merge pull request #10399 from alonyb/fix-validate-descriptor
Upgrade spinner library to only spin in a terminal
2021-02-08 15:58:13 -08:00
Predrag Rogic 6d40ab38c7
move StartLimitIntervalSec param from [Service] to [Unit] section 2021-02-08 23:32:28 +00:00
Medya Ghazizadeh 0019dd2180
Merge pull request #10361 from sharifelgamal/gcp-auth-multiarch
upgrade gcp-auth-webhook image to v0.0.4 for multiarch
2021-02-08 13:10:02 -08:00
Medya Ghazizadeh e2f3a9ff98
Merge pull request #10401 from afbjorklund/lint-cleanup
Clean up accumulated golint with missing godoc
2021-02-08 12:53:03 -08:00
alonyb 750a92db4a update go.sum file 2021-02-08 14:26:29 -05:00
Anders F Björklund f316c0fdce Clean up accumulated golint with missing godoc 2021-02-08 20:10:31 +01:00
Medya Ghazizadeh d6f7f692f3
Merge pull request #10385 from michaelhenkel/10214
adding insecure registry support to containerd runtime
2021-02-08 09:22:41 -08:00
Medya Ghazizadeh 1c8944f790
Merge pull request #10395 from govargo/fix-metallb-addon
Fix configuration of the metallb with empty load balancing IP range
2021-02-08 09:12:48 -08:00
Medya Ghazizadeh 27351de13b
Merge pull request #10400 from afbjorklund/go-getter-upstream
Remove s3 and gcs patches from go-getter module
2021-02-08 09:07:36 -08:00
Medya Ghazizadeh 262d102ceb
Merge pull request #10354 from hetong07/issue_10311
Provide advice when running windows binary (.exe) inside WSL
2021-02-08 09:05:54 -08:00
Anders F Björklund 75637f5797 Remove s3 and gcs patches from go-getter module
Makes the binary 5 MB bigger, but avoids forking

Upstream has a different approach, in their v2
2021-02-08 11:59:55 +01:00
hetong07 bdac73d2fd Put the environment check as a separate if-else clause, and make this check as early as possible. 2021-02-07 17:37:01 -08:00
Medya Ghazizadeh acab605391
Merge pull request #10396 from MoshiBin/patch-1
Add missing reference to --embed-certs in the docs
2021-02-07 11:49:03 -08:00
Moshi Binyamini 4a20660a3c
Add missing reference to --embed-certs 2021-02-07 20:12:38 +02:00
Kent Iso b1030dc28a Fix configuration of the metallb with empty load balancing IP range 2021-02-07 23:43:05 +09:00
Medya Ghazizadeh bdd1e6de6a
Merge pull request #10356 from afbjorklund/cri-socket-wait
Wait for the CRI socket to be created properly
2021-02-05 18:50:27 -08:00
Michael Henkel f0d11be8fc Merge branch '10214' of github.com:michaelhenkel/minikube into 10214 2021-02-05 17:10:51 -08:00
Michael Henkel 0b5df251d0 move containerd insecure registry config to containerd.go 2021-02-05 17:10:27 -08:00
Author Name d1713ff182 add insecure registry support for containerd runtime 2021-02-05 17:10:27 -08:00
Michael Henkel 08efbb8880 move containerd insecure registry config to containerd.go 2021-02-05 17:09:38 -08:00
Steven Powell f13ae5cdc6 Refactor tmp dir detection to improve testability 2021-02-05 17:01:56 -07:00
Medya Ghazizadeh 2c60c126a7
Merge pull request #10369 from prezha/support-ancient-docker-versions
support ancient versions of docker again (template parsing issue)
2021-02-05 15:26:27 -08:00
Medya Ghazizadeh 3f4ff5b011
Merge pull request #10374 from medyagh/docker_running_containerd
disable dockerd for container runtime
2021-02-05 14:21:42 -08:00
Predrag Rogic 51111737bb
change wording: supported -> recommended 2021-02-05 21:27:35 +00:00
Medya Ghazizadeh b387cf27b3
Merge pull request #10372 from spowelljr/fixSnapBug
fixed snap package manager bug
2021-02-05 13:12:58 -08:00
Medya Gh 6476d6f82c fix unittest 2021-02-05 13:03:29 -08:00
Medya Ghazizadeh b7feb137f3
Merge pull request #10375 from spowelljr/updateKlog
update klog to v2
2021-02-05 13:00:30 -08:00
alonyb 6cc9b63ccc upgrade spinner library 2021-02-05 15:50:16 -05:00
Steven Powell 859e4c53b0 update klog to v2 2021-02-05 13:31:36 -07:00
Medya Gh 7a83dc7ab9 move on if cant disable socket and try 2021-02-05 12:25:24 -08:00
Medya Gh 6bf615d3d5 disable dockerd for container runtime 2021-02-05 12:20:29 -08:00
Steven Powell 4eb9a9081b fixed snap package manager bug 2021-02-05 12:04:33 -07:00
Predrag Rogic 64972693e6
remove the Exit for old docker versions 2021-02-05 14:30:45 +00:00
Predrag Rogic f519ec50cc
support ancient versions of docker again (template parsing issue) 2021-02-05 01:54:09 +00:00
hetong07 6d8804e10e Use the 'ExProgramUnsupported' as the error code for MK_WRONG_BINARY_WSL error. 2021-02-03 18:29:13 -08:00
hetong07 547f506701 Rephrase the adivce, use the runtime.GOOS to check whether it is .exe binary and modify the error name to address comments in pull request. 2021-02-03 18:06:05 -08:00
hetong07 289bf2fe84 Merge branch 'master' into issue_10311 2021-02-03 17:41:15 -08:00
Sharif Elgamal 6fb41b7104 Merge branch 'master' of github.com:kubernetes/minikube into gcp-auth-multiarch 2021-02-03 12:52:24 -08:00
ilya-zuyev 9d091e680e
Merge pull request #10358 from sharifelgamal/ilya-approver
add ilya-zuyev as approver
2021-02-03 12:29:48 -08:00
Medya Ghazizadeh bd1c1e4873
Merge pull request #10337 from ilya-zuyev/ilyaz/fix_docs_for_arm
Update documentation with instructions for darwin/arm64 platform
2021-02-03 11:26:02 -08:00
Sharif Elgamal 2bb38c657c add ilya-zuyev as approver 2021-02-03 11:18:36 -08:00
ilya-zuyev a7489c1bba
Merge pull request #10309 from afbjorklund/ssh-address
Make sure that ssh driver gets an ip address
2021-02-03 11:17:07 -08:00
Medya Ghazizadeh dec27e3bb1
Merge pull request #10346 from azhao155/yzhao/fix/multipleWarning
docker/podman driver: warn only once for slow running commands
2021-02-03 09:58:41 -08:00
Anders F Björklund 07ea0ec0a4 Wait for the CRI socket to be created properly
Before returning the container runtime back to
the caller. Wait for a minute (usually 1 second)

Note that this doesn't apply to the dockershim,
it only replies to runtimes that are using CRI.
2021-02-03 17:26:06 +01:00
hetong07 ad08087b44 Allow user to use --force to run windows binary inside WSL. 2021-02-02 23:48:14 -08:00
Sharif Elgamal 93bf6308fd update gcp-auth addon to latest version 2021-02-02 15:56:57 -08:00
Medya Ghazizadeh ce8a7e8014
Merge pull request #9996 from daehyeok/profile_list_error
Fix profile list when there are multi node clusters
2021-02-02 15:18:31 -08:00