wangyifei

Results 2 issues of wangyifei

## Motivation Currently, OpenFunction injects the dapr sidecar into each Function pod,which leads to following problems: - Function pod startup time is affected by the dapr sidecar, in my environment...

Feature

Current logic: - async function: - when "dapr.io/service-mode" is not "sidecar" in `serving.spec.annotations`. - sync function: - when "dapr.io/service-mode" is not "sidecar" in `serving.spec.annotations` and `serving.spec.outputs` is not nil or...