Commit Graph

14252 Commits (ed8885d27e7ca19f4660cec4c8b9b65cee62dff9)

Author SHA1 Message Date
Sharif Elgamal 15c44bf7ac reorganize addons to make force flag more generic 2021-03-09 13:32:09 -08:00
Sharif Elgamal afd7a785ab fix message 2021-03-09 12:53:48 -08:00
Medya Ghazizadeh 8da592988d
Merge pull request #10749 from kubernetes/dependabot/go_modules/github.com/hashicorp/go-retryablehttp-0.6.8
Bump github.com/hashicorp/go-retryablehttp from 0.6.6 to 0.6.8
2021-03-09 12:26:28 -08:00
Sharif Elgamal d247eff130 increase to 5 minutes 2021-03-09 12:09:37 -08:00
Sharif Elgamal 9425f6cb7d
Merge pull request #10733 from govargo/fix-mount-kvm2
Fix the failure of `minikube mount` in case of KVM2
2021-03-09 09:54:16 -08:00
Sharif Elgamal 21a5a57048 increase wait for docker starting on windows 2021-03-09 09:53:24 -08:00
Anders F Björklund 5e566d3039 Silent output when talking to a shell
If the output is not a terminal, then assume that we are running
docker-env or podman-env under "eval" or similar shell construct.

So don't output all the interactive information, but only return
the actual exit code for some further troubleshooting (perhaps).
2021-03-09 17:59:26 +01:00
Niels de Vos 631e45a441 install losetup from util-linux in the ISO
The losetup tool is used by Kubernetes to setup BlockMode volumes.
BusyBox provides a version, but it does not have the `-j` option.
2021-03-09 08:34:56 +01:00
yxxhero 416f92a8b5 add validateImageRepository func for validates --image-repository args 2021-03-09 13:47:36 +08:00
Sharif Elgamal f0e70b4e17 initialize bool 2021-03-08 14:57:40 -08:00
Sharif Elgamal 16a2ac9c47 generate docs 2021-03-08 13:10:43 -08:00
Sharif Elgamal 8af2708a8f make it work with start too 2021-03-08 12:50:27 -08:00
Sharif Elgamal e6cb33fa6d oh dear global variable 2021-03-08 12:15:05 -08:00
Sharif Elgamal d12afd6ae5 Merge branch 'master' of github.com:kubernetes/minikube into auth-gce 2021-03-08 12:07:28 -08:00
Sharif Elgamal 5a5abedb3e support force in addons enable command 2021-03-08 08:47:39 -08:00
dependabot[bot] f2e805bb0f
Bump github.com/hashicorp/go-retryablehttp from 0.6.6 to 0.6.8
Bumps [github.com/hashicorp/go-retryablehttp](https://github.com/hashicorp/go-retryablehttp) from 0.6.6 to 0.6.8.
- [Release notes](https://github.com/hashicorp/go-retryablehttp/releases)
- [Commits](https://github.com/hashicorp/go-retryablehttp/compare/v0.6.6...v0.6.8)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-08 07:35:57 +00:00
Kent Iso 9f3cfeaded Fix minikube mount in case of KVM2. Fix the return value of host.Driver.GetIP() 2021-03-08 16:25:42 +09:00
Anders F Björklund 1ced9d774c Add instructions for building images with buildkit
Documentation still refers to building as "pushing"
2021-03-07 22:15:35 +01:00
Medya Ghazizadeh 3760bf765e
Merge pull request #10735 from Loyen/correct-message-spelling
Correct spelling in --insecure-registry validation error message
2021-03-06 14:30:55 -08:00
Medya Ghazizadeh 01c5eb3b7b
Merge pull request #10631 from daehyeok/hyperkit
hyperkit: fix hyperkit-vpnkit-sock setting
2021-03-06 14:30:16 -08:00
Patrik Freij a39238ece2 Correct spelling of "Expected formats" 2021-03-06 13:30:02 +01:00
Anders F Björklund d5a69dc10e Need to exit if unable to cache kubectl 2021-03-06 13:00:27 +01:00
Anders F Björklund eb89c8a56f Use the default k8s version if there is no profile
The "mustload" module will abort without a profile
2021-03-06 12:42:00 +01:00
Anders F Björklund 651c81df14 The cluster doesn't have to be healthy for kubectl
We only want to match the kubectl version with it
2021-03-06 09:48:04 +01:00
Medya Gh 776f09b243 mod tidy 2021-03-05 22:27:47 -08:00
Daehyeok Mun fae67405e9 Update outdated moby/hyperkit package in minikube code 2021-03-05 22:27:23 -08:00
Medya Ghazizadeh 0f4405798a
Merge pull request #10712 from prezha/kvm-check-libvirt-perms
kvm: provide solution if user doesn't belong to libvirt group
2021-03-05 22:19:32 -08:00
Medya Ghazizadeh 1beaaf2862
Merge pull request #10654 from govargo/bump-volumesnapshot-v1
Upgrade VolumeSnapshot to GA(v1)
2021-03-05 20:41:30 -08:00
Medya Ghazizadeh b3cbbab77d
Merge pull request #10656 from prezha/coredns-scale-down-early
CoreDNS early scale down to 1 replica
2021-03-05 20:40:46 -08:00
Predrag Rogic 5bd45cbb66
kvm: check if user belongs to libvirt group 2021-03-06 01:04:23 +00:00
Sharif Elgamal 6fc42a549e allow --force 2021-03-05 16:41:27 -08:00
Sharif Elgamal 1ed86db109 auto-detect gce and do not enable gcp auth addon 2021-03-05 13:45:36 -08:00
Sharif Elgamal 3258920da4
Merge pull request #10675 from sharifelgamal/auto-iso
add autobuild and push for ISO
2021-03-05 13:04:20 -08:00
Medya Ghazizadeh 95254353b6
Merge pull request #10728 from kubernetes/revert-10666-pause-bump-to-v3.4.1
Revert "pause: bump to newest image v3.4.1"
2021-03-05 13:02:49 -08:00
Medya Ghazizadeh d2cb052fca
Merge pull request #10653 from Loyen/add-listen-address-flag
Add flag "--listen-address" for docker and podman driver
2021-03-05 12:56:22 -08:00
Sharif Elgamal b578db7e49 remove autobuild of iso in minikube cross 2021-03-05 12:28:52 -08:00
Sharif Elgamal cc22998286 increase timeouts and add download for all vbox tests 2021-03-05 11:59:27 -08:00
Medya Ghazizadeh 6072d12b7d
Revert "pause: bump to newest image v3.4.1" 2021-03-05 11:43:53 -08:00
Sharif Elgamal 580188fb2d revert back to original ISO 2021-03-05 11:21:28 -08:00
Sharif Elgamal 62571d6657 add downloadonly and increase timeout for macos functional tests in github actions 2021-03-05 09:20:52 -08:00
Patrik Freij 3110bd15fc Lowercase minikube in information message 2021-03-05 15:50:52 +01:00
hetong07 b4c4424f14 Validate each node could resolve a local service, and rename the delopyment file name. 2021-03-04 16:26:59 -08:00
hetong07 24df623049 Multinode-test: create 2 pods deployment and validate the DNS is available to them. 2021-03-04 16:01:26 -08:00
Sharif Elgamal aeba968af0 Merge branch 'master' of github.com:kubernetes/minikube into auto-iso 2021-03-04 15:37:58 -08:00
Medya Ghazizadeh 3d27f0f4ad
Merge pull request #10666 from prezha/pause-bump-to-v3.4.1
pause: bump to newest image v3.4.1
2021-03-04 15:13:47 -08:00
Medya Ghazizadeh ba9ca6e8a3
Merge pull request #10705 from afbjorklund/cri-version-wait
Wait for crictl version after the socket is up
2021-03-04 15:13:05 -08:00
Medya Ghazizadeh 666024bb0b
Merge pull request #10721 from minikube-bot/jenkins-releases.json-v1.18.1
update releases.json to include v1.18.1
2021-03-04 12:59:31 -08:00
minikube-bot 84d1c65269 Update releases.json to include v1.18.1 2021-03-04 12:27:03 -08:00
Medya Ghazizadeh 09ee84d530
Merge pull request #10720 from spowelljr/goModTidy
go mod tidy
2021-03-04 12:08:23 -08:00
Steven Powell 4ec33e1bc8 go mod tidy 2021-03-04 13:00:55 -07:00