Lars Fenneberg
Lars Fenneberg
First of all: Thank you for starting `kopf`! I actually started to roll my own solution based on https://github.com/side8/k8s-operator when I thankfully came across this project which already is so...
Stumbled (again) over this issue after I got alerted about the new comment and I wanted to say something about this paragraph: > The check can be performed by the...
@nolar thanks for the pointer, this looks promising. I haven't thought about this in depth but I have a feeling that using a handler reference as origin might be confusing...
@danderson, I think that some parts of the needed infrastructure have already been implemented by other projects. bootkube (and kubeadm I think) use a temporary API server to inject the...
You need to mount a ConfigMap over the HAProxy template(!). But you'd need to do some trickery with subPath as the HAProxy template is not in a directory of its...
This is most likely a bug in Ceph. Probably this one: https://tracker.ceph.com/issues/54970. If you're stuck on an older version try leaving off `--whole-object` from the `rbd diff` call as a...
@mennozon I've been working on a fork of backy2 for some months now. I'd be interested in adding MySQL/MariaDB as an additional supported database dialect if someone would volunteer as...
@mennozon glad to hear that you're up and running. I'll have a look at your PR when it's ready. I've already made some changes based on your original patch. Benji...
Is the forked benji process actually failing unexpectedly or otherwise misbehaving? If yes, please submit the information outlined in https://github.com/elemental-lf/benji/blob/master/.github/ISSUE_TEMPLATE/bug_report.md. Thanks!
Specifying `cache_ok` on a `TypeDecorator` is only supported in `1.4.14` or higher. See https://docs.sqlalchemy.org/en/14/core/custom_types.html#sqlalchemy.types.TypeDecorator.cache_ok. If a remember correctly I was getting warnings because `cache_ok ` was not specified and so...