Commit Graph

5755 Commits (45ee2dbacb82c82b0c980d53ca492bf864d4f573)

Author SHA1 Message Date
Sharif Elgamal d76259e86f
Merge pull request #11528 from andriyDev/FixDownloadOnlyTest2
Change PreloadExists to report no preload for BareMetal drivers
2021-06-02 12:59:15 -07:00
Medya Ghazizadeh 1bacef6268
Merge pull request #11482 from spowelljr/coreDNSEntryGoFunc
Run addCoreDNSEntry in Go func
2021-06-02 12:43:10 -07:00
Medya Ghazizadeh 1b0e6f1827
Merge pull request #11559 from medyagh/img_sha
try image without sha before failing
2021-06-02 12:25:32 -07:00
Medya Ghazizadeh 0b83c00ef2
Merge pull request #11525 from medyagh/bump_k8s
bump default k8s version and newest
2021-06-01 17:53:54 -07:00
Medya Gh 853f1cb4db first try gcr 2021-06-01 15:16:17 -07:00
Medya Gh 2f4b7985c0 try image without sha before failing 2021-06-01 15:11:01 -07:00
Andriy Dzikh 524b2f9987 Move driverAllowPreload to driver.AllowPreload. 2021-06-01 13:35:40 -07:00
Andriy Dzikh 62f172b0b0 Return false from PreloadExists when driver is ssh. 2021-05-27 15:57:48 -07:00
Medya Ghazizadeh 0de4580089
Merge pull request #11529 from spowelljr/breakdownGuesetStart
Broke down GUEST_START error code
2021-05-27 15:54:13 -07:00
Steven Powell c1b044d0d4 remove GUEST_CERTS_EXPIRED error 2021-05-27 15:15:33 -07:00
Steven Powell 8ce4e36295 improved regex 2021-05-27 15:06:24 -07:00
Sharif Elgamal 31417806b7
Merge pull request #11486 from sharifelgamal/gcp-auth-restart
gcp-auth addon: do not reapply gcp-auth yamls on minikube restart
2021-05-27 15:05:34 -07:00
Andriy Dzikh f9f3ef9a09 Pass driverName into Preload and PreloadExists to report no preload for BareMetal. 2021-05-27 15:02:00 -07:00
Andriy Dzikh a8136ec322 Move InstallOrUpdate to its own package. 2021-05-27 15:01:58 -07:00
Steven Powell 5be0d5fe9f broke down GUEST_START error code 2021-05-27 14:42:52 -07:00
Medya Gh c944930310 unit test 2021-05-27 13:09:17 -07:00
Medya Ghazizadeh 89604fcbce
Merge pull request #11516 from medyagh/disable_docker
Disable Non-Active Containers Runtimes
2021-05-27 13:07:43 -07:00
Medya Gh 7f528a4061 bump default k8s version and newest 2021-05-27 12:57:23 -07:00
Sharif Elgamal a790bd1361 better wrapper name 2021-05-27 10:35:30 -07:00
Sharif Elgamal ad1fc0b8fe wrap pull secret error 2021-05-27 10:22:42 -07:00
Sharif Elgamal 469d0d5206 Merge branch 'master' of github.com:kubernetes/minikube into anders-kicbase-load 2021-05-27 10:13:16 -07:00
Medya Ghazizadeh 1c1e447348
Merge pull request #11461 from andriyDev/RepeatBinaryDownloads
Prevent downloading duplicate binaries already present in preload
2021-05-26 18:25:40 -07:00
Medya Gh 631a661e47 comment 2021-05-26 17:58:58 -07:00
Medya Gh 569b5ce232 more comment 2021-05-26 17:58:58 -07:00
Medya Gh cecef71f51 disable docker service when containerd 2021-05-26 17:58:58 -07:00
ilya-zuyev 51aa548e23
Merge pull request #11509 from kubernetes/revert-11325-cgroup2
Revert "containerd: upgrade `io.containerd.runtime.v1.linux` to `io.containerd.runc.v2` (suppot cgroup v2)"
2021-05-26 16:52:37 -07:00
Steven Powell 99b3212b83 change klog error to warning 2021-05-26 10:26:26 -07:00
Steven Powell d3a4f9b2f2 add back klog logging 2021-05-26 10:23:48 -07:00
Medya Ghazizadeh b1ce37b7b5
Merge pull request #11469 from utkarsh-pro/utkarsh-pro/fix/11171
Support setting addons from environmental variables
2021-05-26 10:19:22 -07:00
Medya Ghazizadeh 791c941358
Merge pull request #11451 from dinever/fix-test-download
Ensure download_test doesn't hit GCR by using mocked getChecksum func
2021-05-26 10:18:08 -07:00
Sharif Elgamal 643cfb91f4 fix last bool 2021-05-26 09:33:33 -07:00
Sharif Elgamal 6db4a51cbb swap to --refresh 2021-05-26 09:26:10 -07:00
Medya Ghazizadeh 9fa57e09cf
Revert "containerd: upgrade `io.containerd.runtime.v1.linux` to `io.containerd.runc.v2` (suppot cgroup v2)" 2021-05-25 19:41:10 -07:00
Andriy Dzikh 89a6820936 Remove iota from all except first preload enum. 2021-05-25 17:36:46 -07:00
Andriy Dzikh 9638241aeb Rename preload enum and use iota for values. 2021-05-25 16:31:32 -07:00
Sharif Elgamal a823439257 allow pods to be refreshed 2021-05-25 13:43:25 -07:00
Andriy Dzikh 38a60356e0 Add comments to each enum value. 2021-05-25 13:04:14 -07:00
Medya Ghazizadeh 08a7f20dea
Merge pull request #11481 from medyagh/guest_pro_docker
Unique exit code for when container exists prematurely
2021-05-25 12:40:04 -07:00
Medya Ghazizadeh b3541115b2
Merge pull request #11478 from sharifelgamal/error-codes
Add list of error codes to documentation
2021-05-24 15:25:58 -07:00
Peixuan Ding b9292bde0d Add mock for getChecksum 2021-05-22 02:05:12 -04:00
Peixuan Ding 5cf72b6eab Ignore error in test when there is no generated preload version 2021-05-22 01:50:44 -04:00
Sharif Elgamal 86f9feb535 do not reapply gcp-auth yamls on minikube restart 2021-05-21 17:04:49 -07:00
Sharif Elgamal efeeca0134 better formatting still 2021-05-21 14:30:52 -07:00
Sharif Elgamal 300e51da4a fix newlines some more 2021-05-21 14:12:38 -07:00
Medya Gh 6cb7c2166c spell 2021-05-21 14:09:42 -07:00
Steven Powell 9de7d2da57 improve error message 2021-05-21 14:08:32 -07:00
Sharif Elgamal 62ea4fdfea fix newlines 2021-05-21 14:03:14 -07:00
Sharif Elgamal 1638cceed2 fix formatting 2021-05-21 13:52:35 -07:00
Steven Powell 9a529acdcd run addCoreDNSEntry in Go func 2021-05-21 13:50:20 -07:00
Sharif Elgamal f1e40b6e77 add error strings to doc 2021-05-21 13:45:38 -07:00