-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Enable prometheus server for APIResponsiveness test #16327
Conversation
@@ -42,6 +42,11 @@ presets: | |||
value: "128" | |||
- name: PREPULL_TIMEOUT | |||
value: "10m" | |||
# APIResponsiveness test depends on Prometheus server which couldn't scrape kube-proxy, | |||
# unless it’s binding 0.0.0.0 as per https://github.com/helm/charts/issues/16476 | |||
# Referrence: https://github.com/kubernetes/test-infra/blob/master/config/jobs/kubernetes/sig-scalability/sig-scalability-presets.yaml#L127 |
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.
Fix the typo here, and you should pass unit tests.
Looking for direct OWNERS to approve:
/cc @PatrickLang @benmoss
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.
I'd defer to @pjh here, I don't have any context on this
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.
Fixed
/cc @pjh |
/cc @yliaog |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: YangLu1031, yliaog 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 |
@YangLu1031: Updated the
In response to this:
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. |
APIResponsiveness test depends on Prometheus server which couldn't scrape kube-proxy, unless it’s binding 0.0.0.0 as per helm/charts#16476
Referrence: https://github.com/kubernetes/test-infra/blob/master/config/jobs/kubernetes/sig-scalability/sig-scalability-presets.yaml#L127