-
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
Update gvisor-config.toml #14854
Update gvisor-config.toml #14854
Conversation
containerd `config.toml` file has been updated to the `version=2` format. Update the gVisor replacement copy accordingly.
|
Welcome @fvoznika! |
Hi @fvoznika. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Can one of the admins verify this patch? |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fvoznika, medyagh 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 |
fvoznika do you mind pasting the output of enalbing gvisor addon before/after this PR ? so we know this works? |
I don't have the before at the moment, but it would fail and restart right after:
|
/ok-to-test |
kvm2 driver with docker runtime
Times for minikube start: 55.8s 54.0s 56.1s 56.9s 55.6s Times for minikube ingress: 24.1s 29.2s 29.2s 29.1s 29.6s docker driver with docker runtime
Times for minikube ingress: 26.0s 22.5s 23.5s 23.0s 23.0s Times for minikube start: 28.3s 28.9s 29.2s 27.9s 27.6s docker driver with containerd runtime
Times for minikube ingress: 27.5s 27.0s 27.0s 27.0s 27.0s Times for minikube start: 24.4s 34.9s 24.0s 23.6s 24.3s |
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. |
Hi @fvoznika, I see that the GvisorAddon test is failing with: |
Ah, I didn't think that |
kvm2 driver with docker runtime
Times for minikube start: 54.7s 63.5s 53.5s 54.2s 55.4s Times for minikube (PR 14854) ingress: 25.1s 29.7s 25.7s 28.1s 24.7s docker driver with docker runtime
Times for minikube start: 29.5s 26.5s 28.8s 30.0s 26.9s Times for minikube ingress: 24.5s 28.0s 23.0s 24.0s 22.5s docker driver with containerd runtime
Times for minikube start: 23.1s 22.3s 25.8s 22.7s 22.5s Times for minikube ingress: 27.4s 27.0s 27.5s 27.0s 27.0s |
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. |
Untrusted runtime was removed in containerd 1.4 (containerd/cri#1277). I'm working on a better fix for |
Please see #14996 |
containerd
config.toml
file has been updated to theversion=2
format. Update the gVisor replacement copy accordingly.Fixes google/gvisor#7877