-
Notifications
You must be signed in to change notification settings - Fork 52
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
Probing always fails when HTTP fallback is disabled in config-network #423
Comments
This issue is stale because it has been open for 90 days with no |
/lifecycle frozen |
/assign I will work on this. |
Note this issue changes slightly when #610 lands Since we'll want to configure the spec.HTTPOption now |
When using
Changing this to use
|
/close
…On Mon, Sep 27, 2021 at 05:31 Kenjiro Nakayama ***@***.***> wrote:
Yes, I believe #610
<#610> solved this
issue as well. @kvmware <https://github.com/kvmware> Thank you for the
confirmation. And I'm sorry if you wanted to tackle this issue 😰
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#423 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAERAWOQXJSRQCVSC5GBFDUEA2X5ANCNFSM4XPGGLHQ>
.
|
@dprotaso: Closing this issue. In response to this:
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. |
When HTTP fallback is disabled probing will set an
https
scheme and a port of443
https://github.com/knative-sandbox/net-contour/blob/50b263c04bb6ff46398f9a2baa06cd9f13cc0ba3/pkg/reconciler/contour/lister.go#L48-L52
Contour targets Pod IPs for probing which doesn't do TLS termination so the endpoints will never be ready.
The text was updated successfully, but these errors were encountered: