Commit Graph

15654 Commits (ec4dab338b9870c763567f4ca7c6c3483f9f0655)

Author SHA1 Message Date
dependabot[bot] 67d387ca6d
Bump google.golang.org/api from 0.46.0 to 0.47.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.46.0 to 0.47.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/master/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.46.0...v0.47.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-24 06:59:38 +00:00
Tomasz Janiszewski 7e05765aa4
fix: return error on invalid function name
> Wrap returns an error annotating err with a stack trace at the point Wrap is called,
 and the supplied message. If err is nil, Wrap returns nil.
https://pkg.go.dev/github.com/pkg/errors#Wrap
2021-05-22 10:07:26 +02: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
Andriy Dzikh 0fe0c11c56 Add message to view contributions leaderboard to release_notes.sh. 2021-05-21 16:28:25 -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
Medya Gh 6d8c001a00 spell 2021-05-21 13:57:37 -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
Medya Gh 9c9934879c break guest provision when container exists prematurely 2021-05-21 13:34:34 -07:00
Medya Ghazizadeh 9db3ae665c
Merge pull request #11325 from AkihiroSuda/cgroup2
containerd: upgrade `io.containerd.runtime.v1.linux` to `io.containerd.runc.v2` (suppot cgroup v2)
2021-05-21 13:31:22 -07:00
Medya Ghazizadeh db2e02c94f
Merge pull request #11448 from sharifelgamal/macos-docker
ci: Add script to make sure docker is running for macos integration tests
2021-05-21 13:26:34 -07:00
Medya Ghazizadeh 3f2170bb51
Merge pull request #11472 from andriyDev/ErrorCodes
Use DRV_NOT_HEALTHY when at least one driver is installed but unhealthy
2021-05-21 11:33:23 -07:00
Medya Ghazizadeh 5e101c7605
Merge pull request #11467 from andriyDev/PublishPullsheetLeaderboard
Publish pullsheet leaderboard to website
2021-05-21 11:25:57 -07:00
Sharif Elgamal e89aca810a Add list of error codes to documentation 2021-05-21 11:07:59 -07:00
ilya-zuyev 14a1c3f968
Merge pull request #11474 from ilya-zuyev/ilyaz/gh_11335_test_net_plugins_false_start
Extra check for disabled cni with containerd/crio integration test
2021-05-21 10:31:39 -07:00
Andriy Dzikh d59570c1f0 Add DRV_DOCKER_NOT_RUNNING error for cases where specifically docker fails. 2021-05-21 09:43:04 -07:00
Andriy Dzikh e1d86550f3 Create make targets for hack/release_notes.sh and hack/update_contributions.sh. 2021-05-21 09:31:45 -07:00
Medya Ghazizadeh d0d62a90e5
Merge pull request #11334 from daehyeok/close_asset
Add `Close() error` function into assets.CopyableFile
2021-05-21 09:23:41 -07:00
Medya Ghazizadeh b76766d079
Merge pull request #11447 from ilya-zuyev/ilyaz/gh_actions_cleanup
add GitHub Actions cleanup scripts
2021-05-21 09:18:04 -07:00
Utkarsh Srivastava aa99526399
change variable name from addonList to addonListFlag
Signed-off-by: Utkarsh Srivastava <srivastavautkarsh8097@gmail.com>
2021-05-21 13:39:05 +05:30
Daehyeok Mun d6691e796c Add `Close() error` function into assets.CopyableFile
Add `Close` function and implemetions to explicitly close os.File which opend by
NewFileAsset.
2021-05-20 21:05:09 -07:00
Ilya Zuyev 06d6a5c675 remove an empty line 2021-05-20 16:29:16 -07:00
Ilya Zuyev 85242d0711 in integration test - validate the exit code 2021-05-20 16:23:44 -07:00
Medya Ghazizadeh b5499b4c2a
Merge pull request #11394 from ilya-zuyev/ilyaz/gh_11335_test_net_plugins_false_start
Skip network tests with disabled CNI for containerd/crio runtimes
2021-05-20 16:20:04 -07:00
Emma c8a6fdfc83
Update registry.md
Remove the MacOS specific information as it is true for all operating systems
2021-05-20 16:00:06 -07:00
Steven Powell a60a6e215b
Merge pull request #11387 from vigothehacker/issue-11382
Use the first non flag argument for the log file name instead of the first argument
2021-05-20 15:51:33 -07:00
Medya Ghazizadeh a0dbaa711c
Merge pull request #11473 from spowelljr/addImageBuildBenchmark
Add docker image build Mac to benchmarks
2021-05-20 15:49:46 -07:00
Steven Powell b5f2c07508 add docker image build Mac to benchmarks 2021-05-20 15:38:23 -07:00
Sharif Elgamal 40fd08e5fa adding check if docker is already running 2021-05-20 15:31:31 -07:00
Ilya Zuyev 13ee52fc99 generate-docs 2021-05-20 14:47:42 -07:00
Ilya Zuyev 5600ee6755 Reorganize functional tests 2021-05-20 14:43:51 -07:00
Ilya Zuyev e254c0750b Reorganize functional tests 2021-05-20 14:34:43 -07:00
Andriy Dzikh b2d771cd89 Use unhealthy error code if no driver is picked and any driver is installed but unhealthy. 2021-05-20 14:03:53 -07:00
Andriy Dzikh ab80af497e Create error code for found, but unhealthy drivers. 2021-05-20 14:03:08 -07:00
Emma e0be992ec3
Update registry.md
I recently attempted to follow this guide and ran into two issues.
1. I already had a cluster running when I ran `minikube start --insecure-registry` and as such the insecure registry flag wasn't respected. I needed to run `minikube delete` and then could run the start command. As far as I'm aware the hard reset is only necessary on MacOS.
2. I was confused by the output from `minikube addons enable registry`. There is a big message of `Registry addon with docker driver uses port <generated-port> please use that instead of default port 5000` and so I switched a few things over to the generated port and nothing connected. Retrying with only port 5000 worked successfully.
2021-05-20 13:51:29 -07:00
Andriy Dzikh 9692cae437 Add caching to PreloadExists to improve performance. 2021-05-20 13:19:58 -07:00
Andriy Dzikh 0913c02127 Fix update_contributions not working correctly on Mac (Mac sed does not have execute command). 2021-05-20 11:54:04 -07:00
Ilya Zuyev 5a0f955970 Update tests 2021-05-20 10:58:38 -07:00
Andriy Dzikh 8882de007b Add check to allow downloading of listed binaries if preload is missing. 2021-05-20 10:33:06 -07:00
Andriy Dzikh b441330f7e Create unit test for excluding binaries from caching. 2021-05-20 10:18:50 -07:00
Andriy Dzikh 9fb9e940f1 Prevent `minikube start --download-only` from downloading binaries that are part of the Kubernetes release binaries. 2021-05-20 10:18:22 -07:00
Utkarsh Srivastava 69b30c06df
change variable name from addonListName to addonList
Signed-off-by: Utkarsh Srivastava <srivastavautkarsh8097@gmail.com>
2021-05-20 22:25:38 +05:30
Andriy Dzikh c04f2d731f Add message to hack/release_notes.sh to tell maintainers to update contributions. 2021-05-20 09:44:12 -07:00