Update health check endpoints output examples to match the command example#55289
Update health check endpoints output examples to match the command example#55289YutaHiguchi-bsn wants to merge 1 commit intokubernetes:mainfrom
Conversation
…ample kubectl command or curl example was using /readyz but the output example was showing healthz output.
|
|
Welcome @YutaHiguchi-bsn! |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
@YutaHiguchi-bsn Please sign the CLA following these instructions. |
Description
Aligning kubectl command, curl example and the output examples.
kubectl was using /readyz endpoint as example but
the output example was showing /healthz output,
and one of curl example was using /livez path example.
Align them to use the /readyz