Skip to content
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

Use health endpoint for Grafana readiness probe #16634

Merged
merged 1 commit into from
Aug 29, 2019

Conversation

howardjohn
Copy link
Member

Prior to this change we used the login page, which returns 25kb of data.
This will cause the probe to fail in Kubernetes 1.16+
(kubernetes/kubernetes#76518), which will limit
to 10kb.

This change mirrors the official Grafana charts readiness probe:
https://github.com/helm/charts/blob/master/stable/grafana/values.yaml#L18-L21

Please provide a description for what this PR is for.

And to help us figure out who should review this PR, please
put an X in all the areas that this PR affects.

[ ] Configuration Infrastructure
[ ] Docs
[x] Installation
[ ] Networking
[ ] Performance and Scalability
[ ] Policies and Telemetry
[ ] Security
[ ] Test and Release
[ ] User Experience
[ ] Developer Infrastructure

Prior to this change we used the login page, which returns 25kb of data.
This will cause the probe to fail in Kubernetes 1.16+
(kubernetes/kubernetes#76518), which will limit
to 10kb.

This change mirrors the official Grafana charts readiness probe:
https://github.com/helm/charts/blob/master/stable/grafana/values.yaml#L18-L21
@googlebot googlebot added the cla: yes Set by the Google CLA bot to indicate the author of a PR has signed the Google CLA. label Aug 28, 2019
@istio-testing istio-testing added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Aug 28, 2019
@howardjohn
Copy link
Member Author

Part of #16632

@istio-testing
Copy link
Collaborator

@howardjohn: The following test failed, say /retest to rerun them all:

Test name Commit Details Rerun command
integ-mixer-k8s-presubmit-tests-master 82a119e link /test integ-mixer-k8s-presubmit-tests-master

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. I understand the commands that are listed here.

@istio-testing
Copy link
Collaborator

In response to a cherrypick label: new pull request created: #16651

howardjohn added a commit to howardjohn/istio that referenced this pull request Jan 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/environments cla: yes Set by the Google CLA bot to indicate the author of a PR has signed the Google CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants