Commit Graph

14217 Commits (9ea99ae1291642c4187d51eea23da087f01b42dc)

Author SHA1 Message Date
Sharif Elgamal d79fc22f82 link to full logs 2021-03-09 17:45:15 -08:00
Medya Ghazizadeh 351211efdc
Merge pull request #10745 from kubernetes/dependabot/go_modules/github.com/google/uuid-1.2.0
Bump github.com/google/uuid from 1.1.2 to 1.2.0
2021-03-09 17:19:28 -08:00
dependabot[bot] 0ad437b3a8
Bump github.com/google/uuid from 1.1.2 to 1.2.0
Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.1.2 to 1.2.0.
- [Release notes](https://github.com/google/uuid/releases)
- [Commits](https://github.com/google/uuid/compare/v1.1.2...v1.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-10 01:14:57 +00:00
Medya Ghazizadeh 05bc047dd1
Merge pull request #10732 from afbjorklund/kubectl-mustload
The cluster doesn't have to be healthy for kubectl
2021-03-09 16:46:03 -08:00
Medya Ghazizadeh 5beacff48f
Merge pull request #10734 from afbjorklund/kubectl-crash
Need to exit if unable to cache kubectl
2021-03-09 16:45:26 -08:00
Medya Ghazizadeh f98891bd34
Merge pull request #10743 from afbjorklund/buildkit-docs
Add instructions for building images with buildkit
2021-03-09 16:43:42 -08:00
Medya Ghazizadeh 5f06ba90d5
Merge pull request #10748 from kubernetes/dependabot/go_modules/github.com/hashicorp/go-getter-1.5.2
Bump github.com/hashicorp/go-getter from 1.5.1 to 1.5.2
2021-03-09 16:42:50 -08:00
dependabot[bot] 5f1e4928fe
Bump github.com/hashicorp/go-getter from 1.5.1 to 1.5.2
Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.5.1 to 1.5.2.
- [Release notes](https://github.com/hashicorp/go-getter/releases)
- [Changelog](https://github.com/hashicorp/go-getter/blob/main/.goreleaser.yml)
- [Commits](https://github.com/hashicorp/go-getter/compare/v1.5.1...v1.5.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-10 00:33:24 +00:00
Sharif Elgamal bddf9faaaf print out error on failed iso and kicbase builds 2021-03-09 16:28:08 -08:00
Sharif Elgamal 3063e9e720 change filenames to be more descriptive 2021-03-09 15:54:30 -08:00
Medya Ghazizadeh 741bbdfd17
Merge pull request #10765 from sharifelgamal/docker-windows
increase wait for docker starting on windows
2021-03-09 15:34:08 -08:00
Sharif Elgamal fa31737792 fix boilerplate date 2021-03-09 15:32:49 -08:00
Sharif Elgamal aee9afe223 move constants to proper file 2021-03-09 15:20:02 -08:00
Sharif Elgamal a3544ae90a create detect package 2021-03-09 15:11:54 -08:00
Sharif Elgamal d314d73c3a pull out addon specific code into their own files 2021-03-09 14:59:54 -08:00
Sharif Elgamal a2b737b8db fix startup 2021-03-09 14:41:19 -08:00
Sharif Elgamal eb1ee1f931 account for GCE in addons test 2021-03-09 14:32:02 -08:00
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