Stefan Bogdan
Stefan Bogdan
What I mean for 3. is that it does not return the results that have a certainty above the one specified (i.e. does not cut off the ones lower than...
Regarding 1. : Why would anyone want results in a random order? In the docs we show it by using `limit: 1`, but if it is not sorted by default,...
Regarding 2. : Everything is set to the default values.
Hi @etiennedi and @raam86 , this is known behaviour to me. Etienne I think we already had this discussion that we cannot send `None`/`null` values for a property, you could...
Hi @reppertj , we are going to use the `aiohttp` library for the AsyncClient because it has very similar requests methods. The way I want it to be structured is...
I am for it, but I think it should be on the Server side not on the client side. As a temporary solution we could implement such a method.
Hi @jaspersorrio , this is the first time I see this. Do you have the logs from the `Completed` Pod?
Hi @mohit-sarvam , we have noticed this as well and as @jaspersorrio mentioned increasing the resources helps. It seems to be an issue when running out of Memory, in this...
Hi @eostis @jschwanz, the reason we do not have `ManagedCertificate` resource in the Helm Chart is because it is GCP specific. The current helm chart is meant to deploy the...
We are going to explore the option of adding the `Ingress` AND the `cert-manager` to the helm chart. Thanks for the feedback.