Curtis
Curtis
@tenzen-y may I take this issue please?
@ReToCode when K8s restart the affected user container, QP's readinessProbe check should also failed because it inherits the origin readinessProbe configuration of user container, then the trafffic should not go...
@ReToCode Ok I got your point. So perhaps we need to do some deep control for livenessProbe, just like what we do to readinessProbe?
Hi @gabo1208 , do you means that we should add more conditions such as `Succeeded` and put the failure detail into this condition when create failed ?
@gabo1208 Thanks for your reply! Next I will try to enhance the status propagate when a certificate fails.
Hi @andreyvelich @tenzen-y Has this issue been discussed clearly? If so can I take it and do some implementation?
@yaron2 This may be because `path.Clean` will simplify the path. https://github.com/dapr/dapr/blob/master/pkg/api/http/directmessaging.go#L300 In `path.Clean`'s comments it said: ``` // The returned path ends in a slash only if it is the...