-
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
new flag -"-gpu" to enable Nvidia container runtime #17314
Conversation
/ok-to-test |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
8569da1
to
81acfe3
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let also add a warning for the users that this feature is Beta and we like to get their feedback
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you !
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: medyagh, spowelljr 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 |
kvm2 driver with docker runtime
Times for minikube start: 51.1s 50.8s 52.5s 49.7s 51.5s Times for minikube ingress: 28.2s 28.1s 26.3s 28.5s 27.7s docker driver with docker runtime
Times for minikube ingress: 20.8s 20.3s 20.8s 20.8s 20.8s Times for minikube start: 24.6s 24.2s 24.8s 21.7s 24.6s docker driver with containerd runtime
Times for minikube start: 23.2s 19.9s 23.4s 22.9s 23.4s Times for minikube ingress: 31.3s 31.3s 47.3s 31.3s 19.3s |
This comment has been minimized.
This comment has been minimized.
These are the flake rates of all failed tests.
To see the flake rates of all tests by environment, click here. |
Rework of #17287 that removes the
nvidia-docker
container-runtime and uses the--gpus
flag instead.