-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bump calico to v3.20 and move away from v1beta apis #12230
Conversation
/ok-to-test |
kvm2 driver with docker runtime
Times for minikube (PR 12230) start: 48.2s 48.3s 47.5s 51.6s 47.6s Times for minikube ingress: 31.2s 31.4s 30.8s 30.8s 32.3s docker driver with docker runtime
Times for minikube start: 22.8s 22.3s 22.2s 22.0s 21.9s Times for minikube ingress: 27.5s 28.0s 27.0s 37.0s 34.5s docker driver with containerd runtime
Times for minikube (PR 12230) start: 42.7s 43.8s 43.7s 43.0s 43.9s |
These are the flake rates of all failed tests.
Too many tests failed - See test logs for more details. To see the flake rates of all tests by environment, click here. |
/retest-this-please |
kvm2 driver with docker runtime
Times for minikube ingress: 31.9s 32.3s 33.8s 31.7s 36.2s Times for minikube start: 50.2s 46.0s 53.1s 47.2s 46.4s docker driver with docker runtime
Times for minikube start: 23.7s 22.9s 23.2s 21.7s 22.7s Times for minikube ingress: 30.5s 36.0s 29.5s 35.0s 31.5s docker driver with containerd runtime
Times for minikube start: 32.8s 43.2s 43.6s 43.6s 43.2s |
These are the flake rates of all failed tests.
Too many tests failed - See test logs for more details. To see the flake rates of all tests by environment, click here. |
timing minikube failed, please try again |
These are the flake rates of all failed tests.
Too many tests failed - See test logs for more details. To see the flake rates of all tests by environment, click here. |
kvm2 driver with docker runtime
Times for minikube start: 54.0s 53.2s 52.7s 53.7s 54.4s Times for minikube ingress: 32.0s 32.9s 33.0s 32.5s 33.4s docker driver with docker runtime
Times for minikube ingress: 26.6s 29.6s 30.6s 26.6s 35.6s Times for minikube start: 23.7s 23.4s 23.4s 22.7s 24.0s docker driver with containerd runtime
Times for minikube start: 45.6s 44.4s 44.2s 45.0s 47.7s |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: medyagh, sharifelgamal The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
These are the flake rates of all failed tests.
Too many tests failed - See test logs for more details. To see the flake rates of all tests by environment, click here. |
getting rid of all v1beta apis in our code since it is removed in next kubernetes version
https://kubernetes.io/blog/2021/07/14/upcoming-changes-in-kubernetes-1-22/
I hade to bump the calico version to support the New kubernetes API as part of that I also had to move the string yaml file into go:embed
same refactor needs to be done for other CNIs (to use goembed) but that will be done in separate PRs. this one needed to be done to pass the tests