Replies: 1 comment
-
Thank you, I have understood the logic of this part of the code. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, community members,
We are using Knative Serving versions 1.2 and 0.23 (upgrading is difficult due to business constraints). I have the following questions regarding probes:
After configuring both liveness and readiness probes for a KSVC, we found that in the generated Deployment, the liveness probe is applied to the User-Container, while the readiness probe is placed in the Queue-Proxy container. After checking the official documentation and release notes, I found that version 1.14 introduced the multi-container probing feature.
I would like to ask whether, in earlier versions such as 1.2 and 0.23, it is possible to configure both liveness and readiness probes for each container, and have this reflected in the final Deployment YAML?
Beta Was this translation helpful? Give feedback.
All reactions