Remove comment and fix {live,readi}ness path to '/graph'#5435
Remove comment and fix {live,readi}ness path to '/graph'#5435zchee wants to merge 1 commit intoistio:masterfrom zchee:helm-readiness-servicegraph
Conversation
This is workaround because servicegraph haven't the health check path. But the ingress-gce needs the readinessProbe path that returns 200 status, so we should get 'generic JSON serialization' body and 200(httpOK) status.
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Assign the PR to them by writing The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @zchee. Thanks for your PR. I'm waiting for a istio member to verify that this patch is reasonable to test. If it is, they should reply with I understand the commands that are listed here. DetailsInstructions 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. |
|
/assign @ijsnellf |
|
close for now |
Remove comment and fix
{live,readi}nesspath to/graphon servicegraphDeploymenttemplate yaml.This is workaround because servicegraph haven't the health check path.
But the ingress-gce needs the readinessProbe path that returns 200 status, so we should get 'generic JSON serialization' body and 200(
http.StatusOK) status.