Commit Graph

5050 Commits (e064fc60dec81cc829eb1079e63f4d9b7fed2c67)

Author SHA1 Message Date
Medya Ghazizadeh ee6283ecf1
Merge pull request #10293 from afbjorklund/ssh-validate
ssh: validate the ssh-key parameter if given
2021-02-11 15:05:19 -08:00
priyawadhwa 7fdfcd164f
Merge pull request #10433 from BLasan/issue-10156
Add image repository respected for calico
2021-02-11 10:53:19 -08:00
Medya Ghazizadeh 3512e88020
Merge pull request #10435 from afbjorklund/podman-cleanup
Explicitly remove podman volume and network
2021-02-11 10:27:50 -08:00
Jiefeng He a44fb963b4 add NodeReadyKey to the AllComponents map for waiting for all components 2021-02-10 23:34:58 -08:00
Anders F Björklund b7de621033 Explicitly remove podman volume and network
The --filter and --label functionality was broken,
in earlier versions of podman (before version 3.0)
2021-02-10 20:57:20 +01:00
ilya-zuyev c78daabb37
Merge pull request #10298 from afbjorklund/ssh-default
ssh: support default key path for built-in ssh
2021-02-10 11:09:08 -08:00
priyawadhwa 09de7ff62f
Merge pull request #10332 from priyawadhwa/delete-timeout
Add 5 minute timeout to deleting a profile
2021-02-10 10:40:32 -08:00
BLasan 7a7439c094 Add image repository respected for calico 2021-02-10 17:07:17 +05:30
priyawadhwa 51ec098b05
Merge pull request #10366 from priyawadhwa/mk-image-load
Implement minikube image load command
2021-02-09 14:42:31 -08: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
Predrag Rogic 6d40ab38c7
move StartLimitIntervalSec param from [Service] to [Unit] section 2021-02-08 23:32:28 +00:00
Priya Wadhwa 51169d68ea Add context to remaining necessary functions 2021-02-08 15:19:01 -08:00
Priya Wadhwa a6372b35a3 Add 5 minute timeout to deleting leftover cvolumes and containers 2021-02-08 15:15:08 -08: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
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 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
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 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
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
Priya Wadhwa 1a0f75e6e7 Merge branch 'master' of https://github.com/kubernetes/minikube into mk-image-load 2021-02-05 14:37:31 -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
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
Priya Wadhwa 22a65a0c12 Add --all flag to 2021-02-05 10:48:08 -08:00
Priya Wadhwa 0061d72be6 Merge branch 'master' of https://github.com/kubernetes/minikube into mk-image-load 2021-02-05 10:24:23 -08: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
Priya Wadhwa 97d78f846e Fix mustload 2021-02-04 16:23:39 -08:00
Priya Wadhwa 07562be3f0 clean up code so we aren't duplicating it 2021-02-04 14:47:28 -08:00
Priya Wadhwa 1d63f085e4 Add command 2021-02-04 14:45:27 -08: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
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
Priya Wadhwa 0a0f39a112 Implement minikube image load command 2021-02-02 15:47:07 -08:00