Adjust health check Description when BackendConfig used#2008
Adjust health check Description when BackendConfig used#2008k8s-ci-robot merged 1 commit intokubernetes:masterfrom
Conversation
|
Hi @DamianSawicki. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the 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 kl52752 |
|
/cc swetharepakula |
|
/ok-to-test |
a8f7844 to
e176844
Compare
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: DamianSawicki, kl52752 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 |
This is the first preparatory PR in a series of two. The intention of the second PR is to detect the removal of
BackendConfigCRD and to update health check configuration according to the existing input (rather than keep the existing configuration fromBackendConfig).The present PR updates the health check
DescriptionwhenBackendConfigis used. Additionally, test cases are modified to verify health checkDescriptions.