-
Couldn't load subscription status.
- Fork 41.6k
Change liveness-port to management-port #21650
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
Change liveness-port to management-port in liveness and readiness probe example
|
Thanks for the PR, @fastso. There are some commits included in it that shouldn't be there. I think that may be because you have used 2.3.x as the base branch for a change that you made on top of the master branch. Can you please try changing the base branch of your PR from 2.3.x to master? |
|
@wilkinsona Thank you for your help, I changed the branch from 2.3.x to master. |
|
Thanks for the PR @fastso. Since |
|
Thanks for the advice @mbhave . I added the note for management-port, plz confirm. |
Update the reference documentation to provide a better description of the port that should be used for Kubernetes probes. See gh-21650
|
Thanks very much for the PR @fastso. I've merged this into 2.3.x along with a minor edit to the naming. I decided to use the term |
Change liveness-port to management-port in liveness and readiness probe example. #21648