Marek Schmidt

Results 8 comments of Marek Schmidt

I agree that having reasonable resource requests is good for scheduling. I don't think we should be adding limits by default though.IMHO the limits are useful when you don't know...

I think we need an explicit option like ``` spec: horizontalPodAutoscalers: - name: foo minReplicas: ... maxReplicas: ... ``` plus a warning if one attempts to set spec.deployments[].replicas for something...

We have a case where a customer's custom metering solution uses their own `app` label. Their semantics is such that a pod "inherits" an `app` label from a namespace if...

https://github.com/knative/serving/issues/15487 could be a similar issue.

I cannot reproduce the problem with "normally" behaving functions. Trying it with the current Fission 1.20.4 , and eventing 1.11 installed from the Serverless Operator 1.32.2 on OpenShift Creating a...

I am not aware of any mechanism there, AFAICT there is no timeout on the context that sends the events @pierDipi any thoughts? We should probably guard the dispatchers against...