-
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
Implement --static-ip flag #15553
Implement --static-ip flag #15553
Conversation
/ok-to-test |
kvm2 driver with docker runtime
Times for minikube start: 53.1s 53.3s 56.0s 52.9s 55.6s Times for minikube ingress: 24.1s 27.7s 23.7s 29.2s 28.3s docker driver with docker runtime
Times for minikube start: 25.4s 27.2s 26.1s 26.1s 24.8s Times for minikube (PR 15553) ingress: 22.0s 21.4s 21.5s 22.0s 49.0s docker driver with containerd runtime
Times for minikube ingress: 25.9s 26.4s 26.4s 26.4s 26.5s Times for minikube start: 25.5s 21.3s 21.3s 25.4s 24.4s |
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.
lets add both FAQ and tutorial on website and fix the lint
kvm2 driver with docker runtime
Times for minikube start: 55.0s 53.9s 56.8s 54.6s 56.1s Times for minikube ingress: 28.2s 26.1s 28.7s 27.2s 29.2s docker driver with docker runtime
Times for minikube ingress: 21.4s 19.5s 82.9s 50.0s 20.5s Times for minikube start: 24.7s 24.7s 26.4s 25.6s 25.6s docker driver with containerd runtime
Times for minikube start: 21.2s 33.5s 21.9s 22.1s 21.8s Times for minikube ingress: 25.9s 25.9s 26.0s 27.0s 26.4s |
[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 |
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: 53.7s 52.7s 53.8s 53.8s 55.8s Times for minikube ingress: 27.2s 27.7s 24.7s 29.1s 24.2s docker driver with docker runtime
Times for minikube start: 24.7s 29.3s 25.5s 28.8s 28.1s Times for minikube ingress: 21.4s 81.0s 21.5s 20.5s 23.0s docker driver with containerd runtime
Times for minikube ingress: 26.0s 26.5s 25.9s 26.4s 26.0s Times for minikube start: 21.8s 23.1s 21.7s 25.3s 21.8s |
kvm2 driver with docker runtime
Times for minikube ingress: 27.6s 27.2s 27.7s 24.7s 28.2s Times for minikube start: 54.8s 54.5s 55.4s 54.9s 54.1s docker driver with docker runtime
Times for minikube start: 25.9s 26.0s 24.9s 28.4s 24.6s Times for minikube ingress: 20.9s 21.4s 20.9s 49.9s 19.4s docker driver with containerd runtime
Times for minikube start: 21.4s 22.2s 25.0s 21.9s 24.7s Times for minikube ingress: 26.4s 26.4s 26.4s 26.4s 26.4s |
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.
Too many tests failed - See test logs for more details. To see the flake rates of all tests by environment, click here. |
Closes #15523
Includes entry to FAQ and Tutorial pages of website