-
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
Persist mount settings after stop start #12719
Conversation
/ok-to-test |
kvm2 driver with docker runtime
Times for minikube start: 50.4s 47.0s 47.9s 46.1s 46.8s Times for minikube ingress: 31.3s 32.8s 30.8s 32.2s 30.2s docker driver with docker runtime
Times for minikube start: 22.2s 21.4s 21.6s 21.7s 21.9s Times for minikube ingress: 27.4s 26.9s 28.4s 35.4s 27.9s docker driver with containerd runtime
Times for minikube (PR 12719) start: 43.7s 36.4s 43.6s 44.3s 44.5s Times for minikube (PR 12719) ingress: 32.4s 70.9s 29.9s 33.4s 36.9s |
kvm2 driver with docker runtime
Times for minikube (PR 12719) start: 46.4s 47.8s 46.8s 45.9s 45.9s Times for minikube (PR 12719) ingress: 31.8s 31.9s 31.2s 31.3s 31.3s docker driver with docker runtime
Times for minikube (PR 12719) ingress: 26.9s 27.4s 33.9s 26.9s 25.9s Times for minikube start: 22.7s 21.1s 21.4s 22.7s 20.7s docker driver with containerd runtime
Times for minikube start: 27.5s 43.0s 43.4s 43.0s 35.6s Times for minikube (PR 12719) ingress: 36.4s 52.9s 28.4s 32.9s 22.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. |
These are the flake rates of all failed tests.
To see the flake rates of all tests by environment, click here. |
kvm2 driver with docker runtime
Times for minikube start: 48.3s 48.9s 46.3s 47.8s 47.5s Times for minikube ingress: 30.8s 30.8s 30.8s 32.8s 32.3s docker driver with docker runtime
Times for minikube ingress: 27.5s 26.9s 26.9s 27.4s 34.4s Times for minikube start: 22.3s 22.2s 21.7s 21.5s 21.1s docker driver with containerd runtime
Times for minikube start: 31.9s 43.7s 43.8s 42.5s 41.2s Times for minikube ingress: 28.9s 28.5s 32.5s 33.0s 32.5s |
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. |
[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 |
fb818a9
to
ecebde8
Compare
kvm2 driver with docker runtime
Times for minikube start: 48.6s 48.3s 47.9s 46.6s 46.7s Times for minikube ingress: 32.3s 31.8s 33.3s 31.4s 31.8s docker driver with docker runtime
Times for minikube (PR 12719) ingress: 27.9s 27.9s 34.4s 26.9s 26.4s Times for minikube start: 22.0s 20.8s 21.7s 22.0s 22.1s docker driver with containerd runtime
Times for minikube start: 32.5s 43.8s 43.4s 43.8s 43.2s Times for minikube ingress: 32.9s 33.4s 36.5s 29.4s 36.9s |
These are the flake rates of all failed tests.
To see the flake rates of all tests by environment, click here. |
Closes #12718
Problem:
Mount settings wouldn't persist after a stop start sequence on VM drivers, so after a stop if you wanted to mount again you'd have to re-specify the mount flags.
Solution:
Save the
--mount
&--mount-string
flags toconfig.json
and pull them on restart.