-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Replace ambiguous cli help message wording #5233
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
Conversation
cmd/healthcheck/healthcheck.go
Outdated
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.
| Description: `Calls Traefik /ping to check the health of Traefik (the endpoint must be enabled).`, | |
| Description: `Calls Traefik /ping endpoint (disabled by default) to check the health of Traefik.`, |
SantoDE
left a comment
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.
Apart from @mpl suggestions, LGTM :)
ldez
left a comment
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.
Thanks 👍
jbdoumenjou
left a comment
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.
LGTM
The term `API` could be mistaken with the Traefik web interface exposing the configuration of router, services and middlewares (As in https://docs.traefik.io/v2.0/operations/api/). This pr replaces this term with the word `endpoint`, which is also used in the documentation for this feature (https://docs.traefik.io/v2.0/operations/ping/). Fixes: #5226
The term
APIcould be mistaken with the Traefik web interfaceexposing the configuration of router, services and middlewares
(As in https://docs.traefik.io/v2.0/operations/api/).
This pr replaces this term with the word
endpoint, which is alsoused in the documentation for this feature
(https://docs.traefik.io/v2.0/operations/ping/).
Fixes: #5226