Reto
Reto
Yes, in theory. This > ClientContainer-->mTLSSidecar ---interClusterNetwork--> mTLSSidecar-->queueProxySidecar-->ServerContainer is exactly what is done when using istio (mTLSSidecar is the istio-proxy in that case). But you probably would need to change...
I checked the client implementation. Seems like the EmptyDir support is already fully covered: - https://github.com/knative/client/blob/main/pkg/kn/flags/podspec.go#L144 - https://github.com/knative/client/blob/main/pkg/kn/flags/podspec.go#L157 @skonto. WDYT?
Yeah, so this issue is complete, right?
From the history above, I got: - The initial question was resolved - The operator configuration is handled in https://github.com/knative/serving/issues/12564#issuecomment-1343345001 - Kaiass use-case (https://github.com/knative/serving/issues/12564#issuecomment-1363028807) is better handled by the async...
/remove-lifecycle stale
> I believe we currently disable probing when we have an exec probe configured for a revision Only partially, we still do some TCP probing from Q-P. A full test...
a) Regarding `Add conformance tests`: According to the discussion in https://github.com/knative/serving/pull/13535, the e2e tests will first advance to beta and then to GA in a future release. b) Docs seem...
When I understand you correctly, you'd like to have PVC support also enabled per default (like emptyDir)? As far as I got the conversation so far, the ticket (Beta disabled...
@dprotaso gentle ping regarding https://github.com/knative/serving/issues/12438#issuecomment-1396533655