-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Merge 8022/health to 8012/8013 #5524
Merge 8022/health to 8012/8013 #5524
Conversation
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.
@yanweiguo: 0 warnings.
In response to this:
Part of #5465.
Proposed Changes
- Change
HealthState
to returnqueue
as body if probe succeeds and return 503 instead of 400 if probe fails.- Use HealthState to probe user-container in 8012/8013 just like 8022/health.
- Add
-port
flag to ExecProbe command to tell which port to send request, 8012 or 8013.- Remove 8022/health and let ExecProbe send probe request to 8012/8013 with header
K-Network-Probe=queue
.
Instructions 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.
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.
Not an entire review, I'm having somewhat of a hard time following the paths so I might need another look.
/test pull-knative-serving-upgrade-tests |
It's ready for another look. |
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.
I have just nits.
In general looks good to me, but someone has to look as well.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vagababov, yanweiguo The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@markusthoemmes any more comments? |
/test pull-knative-serving-unit-tests |
/test pull-knative-serving-unit-tests |
The following jobs failed:
Failed non-flaky tests preventing automatic retry of pull-knative-serving-unit-tests:
|
/test pull-knative-serving-unit-tests |
1 similar comment
/test pull-knative-serving-unit-tests |
/lgtm |
Part of #5465.
Proposed Changes
HealthState
to returnqueue
as body if probe succeeds and return 503 instead of 400 if probe fails.-port
flag to ExecProbe command to tell which port to send request, 8012 or 8013.K-Network-Probe=queue
.