Lars Bing Bong.

Results 89 comments of Lars Bing Bong.

@rleffd the `deployment strategy` of your workload is likely `Rolling` instead of `Recreate`. That clashes with the way `Reloader` works. So set your `Deployment strategy` on the Deployment to: `type.Recreate`....

I've build a Kubernetes platform and on the clusters, all running at least v1.22.5 of K3s the performance of Longhorn tested with the kbench tool from you @yasker - is...

@bsauvajon I'm quite curious to know more as well on that one.

Found it ... this guidance right here on the `CNPG Cluster deployment` help > [Step 1: FerretDB backed by cloudnative-pg at fhoekstra.eu](https://fhoekstra.eu/posts/howto-cloudnative-ferretdb-with-automated-recovery-from-continuous-backups/). [This comment in #5278](https://github.com/FerretDB/FerretDB/issues/5278#issuecomment-2995587600) helped me out as...

I love this. Great to see the gratitude.

I added the `reloader.stakater.com/rollout-strategy` annotation to creatd Pods of a `Deployment`. The annotation is there. However, when the underlying `ConfigMap` changes the `Pod` is **not** deleted but rather a new...

Can it really be true that one have to so many manual steps to be able to drain or migrate a strict-local volume? This plays very badly with automating upgrading...

Is the status on this still the same? Thank you so much.