Sergii Nuzhdin
Sergii Nuzhdin
Hi, Yes it is possible, but not using configmap for now. Please check the stolon docs for details on how you can do it. https://github.com/sorintlab/stolon/blob/master/doc/cluster_spec.md https://github.com/sorintlab/stolon/blob/master/doc/postgres_parameters.md
Yes, having it configurable at least during cluster creating will be useful. Regarding `stolonctl` - if you're going to use stolon in production, I suggest investing some time in getting...
I'm not sure I understand your issue. Are you trying to upgrade stolon installed by this [lwolf-charts/stolon] with [stable/stolon](https://github.com/helm/charts/tree/master/stable/stolon)?
I don't see how those labels could be the reason for the failed upgrade you described, at least not the labels you are changing in the attached PR. Could you...
could you post the `values.yaml` file you use (with removed sensitive information like passwords) here?
Hi, thanks. The most significant difference is that this chart is based on [sameersbn/docker-gitlab](https://github.com/sameersbn/docker-gitlab) image. And that's why it provides more flexibility in configuration. Besides this one also deploys docker...
Yes, it should work with the latest versions, but you can't configure listed flags.
Hi, AFAIR pods stuck in weird states like Terminating/Unknown can't be deleted without using `force` deleting, othewise they wouldn't be "stuck". Using "force" usually hides the real issue, so I'd...
That's a good idea! Feel free to submit a patch
I agree that `labelSelector` doesn't contradict annotation-based logic. Merged the PR. Your plan for the annotations looks great. The only thing I'd change is the prefix for the annotations: `kleaner.lwolf.org`...