Commit Graph

5275 Commits (adf7428c286edc04be403fcbb4eec61a286e41d1)

Author SHA1 Message Date
Ilya Zuyev d6572d87a2 Merge branch 'master' into ilyaz/arm64_integration_tests 2021-03-19 14:04:24 -07:00
Ilya Zuyev 275f743e9f support arch in downloadURL 2021-03-19 13:55:11 -07:00
Medya Ghazizadeh e4d32a7675
Merge pull request #10839 from spowelljr/fixLogsOutput
Show last start and audit logs on `minikube logs` if minikube not running
2021-03-16 14:49:33 -07:00
Medya Gh a8c50926d0 fix regex 2021-03-15 17:44:49 -07:00
Medya Gh 4bfacd7a64 KVM code error 2021-03-15 17:29:24 -07:00
Medya Gh bec4d61eac KVM code error 2021-03-15 17:27:30 -07:00
Medya Gh d519e7246e lint 2021-03-15 17:06:04 -07:00
Steven Powell a369264139 removed isClusterRunning check 2021-03-15 16:41:22 -07:00
Steven Powell 3e38a1954a renamed OutputMinikubeLogs to OutputOffline 2021-03-15 16:33:39 -07:00
Steven Powell eb8f7e65b9 Show last start and audit logs on `minikube logs` if minikube not running 2021-03-15 15:43:11 -07:00
Medya Gh ec24edabdc change exit code 2021-03-15 14:41:19 -07:00
Medya Gh e60d9d0fa8 unque code for disk space 2021-03-15 14:37:03 -07:00
Medya Gh 5f514f2518 unique error code for when there is no disk space 2021-03-15 14:36:19 -07:00
Medya Gh dd31af548d Provide unique error code for not copyable cert for kic 2021-03-15 12:41:44 -07:00
Medya Gh 67172b636c break down usage for no profile found 2021-03-12 12:29:23 -08:00
tripolkaandrey e2acd0d657 added check for enabled registry addon 2021-03-12 12:24:25 +02:00
Medya Ghazizadeh b9f342c9f3
Merge pull request #10779 from medyagh/revert_non_ingress
skip ingress test on none driver and add warning
2021-03-11 12:16:28 -08:00
Medya Ghazizadeh bf204d10b4
Merge pull request #10782 from afbjorklund/cni-portmap
Enable portmap for the default cni bridge
2021-03-11 12:06:30 -08:00
Medya Gh ee74d42eba merge conflict 2021-03-11 01:14:06 -08:00
Medya Ghazizadeh 025fae0de3
Merge pull request #10704 from nixpanic/iso/add-losetup
install losetup from util-linux in the ISO to enable support for VolumeMode=Block PVCs
2021-03-10 15:38:31 -08:00
Medya Ghazizadeh 5147ef3554
Merge pull request #10730 from sharifelgamal/auth-gce
auto-detect gce and do not enable gcp auth addon
2021-03-10 15:26:34 -08:00
Anders F Björklund 71145bca47 Enable portmap for the default cni bridge
Otherwise the registry addon will not work, since it uses
hostPort 5000 (which in turn requires port mapping enabled)
2021-03-10 23:47:09 +01:00
Medya Ghazizadeh e1c872aef2
Merge pull request #10758 from prezha/multinode-wait-join
multinode cluster: fix waits and joins
2021-03-10 13:32:37 -08:00
Medya Ghazizadeh df7cb644af
Merge pull request #10763 from afbjorklund/silent-shell
Silent output when talking to a shell
2021-03-10 13:26:41 -08:00
Predrag Rogic 9ba6c7cdcb
multinode cluster: fix waits and joins 2021-03-10 18:38:19 +00:00
Predrag Rogic 9b64ebfa94
multinode cluster: fix waits and joins 2021-03-10 16:18:24 +00:00
Predrag Rogic dc476fe1f8
multinode cluster: fix waits and joins 2021-03-10 14:18:31 +00:00
Predrag Rogic 13f07dd7e3
multinode cluster: fix waits and joins 2021-03-10 14:18:30 +00:00
Predrag Rogic 3341197b4c
multinode cluster: fix waits and joins 2021-03-10 14:18:30 +00:00
Anders F Björklund 1c4c88e942 Use helper for IsTerminal also in wantsColor 2021-03-10 08:17:03 +01:00
minikube-bot d299be963d Updating ISO to v1.18.0-1615350772-10704 2021-03-10 05:22:51 +00:00
Sharif Elgamal 3063e9e720 change filenames to be more descriptive 2021-03-09 15:54:30 -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 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
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
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
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
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