-
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
auto-pause addon: configure intervals using --auto-pause-interval addon flag and addon configure #17070
Conversation
Welcome @wzslr321! |
Hi @wzslr321. 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? |
@wzslr321 thanks for this PR can u plz fix the lint? |
/ok-to-test |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Yes, sorry I did not notice it before. I fixed the lint by running |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: medyagh, wzslr321 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 |
/retest-this-please |
kvm2 driver with docker runtime
Times for minikube start: 52.6s 51.6s 52.2s 49.5s 53.9s Times for minikube ingress: 25.2s 28.7s 27.7s 28.1s 29.1s docker driver with docker runtime
Times for minikube start: 24.5s 24.5s 21.6s 22.6s 25.7s Times for minikube ingress: 20.8s 20.8s 20.8s 21.8s 20.9s docker driver with containerd runtime
Times for minikube start: 23.3s 21.2s 23.4s 21.0s 20.4s Times for minikube ingress: 78.3s 31.4s 31.4s 30.3s 31.3s |
These are the flake rates of all failed tests.
To see the flake rates of all tests by environment, click here. |
thank you for your contribution @wzslr321 look forward to see more contributions from you |
fixes #10595
Make AutoPause interval configurable by both persistent config with addons and minikube start flag. Defaults to 1 minute.
Configurable addon
Configurable flag on
minikube start