Mathieu Cesbron
Mathieu Cesbron
Hello, At the moment, we reconcile a resource and then re-reconcile it forever every 10 seconds. **Advantage:** - If we delete by mistake a service link to the pods then...
Hello, It would be nice to have the global state of the cluster In the redis/redisCluster resource. The percona-xtradb-cluster-operator have it (https://github.com/percona/percona-xtradb-cluster-operator). From what I have seen, it is almost...
**Description** Remove useless comments on all reconcile functions. **Type of change** * Bug fix (non-breaking change which fixes an issue) **Checklist** - [x] Tests have been added/modified and all tests...
**Description** The point of the conversion webhook is too update some v1beta1 fields basically and it does nothing for v1beta2. I removed the conversion webhook for v1beta2 version because there...
**Description** Update the name and number of pods created by default for redis standalone. When I followed the doc, it worked well but the name of the redis standalone was...
Hello and thanks for the great work, I have this in my code: `faceapi.draw.drawDetections(canvasDraw, resizedDetections);` It works but I would like to remove the score on the top of the...
Hey, There exists a Senpai for kubernetes pods, it's called Kondense: https://github.com/unagex/kondense What do you think about it ?
It could also work with a pod QoS of Burstable.
Right now, we start GraceTicks at Interval, maybe we should start at 0 ?
Right now the env variables in kondense (e.g. KONDENSE_MEMORY_MIN) are checked only at the start of the container. So if we update them dynamically inside the container, we are not...