Andreas Bleuler

Results 8 comments of Andreas Bleuler

Sorry, I don't know why I typed 403, meant 401. I updated the description. On the second attempt I don't get any response, the request just hangs indefinitely.

It's an rke (v1.3.0) cluster (v1.20.13) which ships with calico (v3.17.2) as networking plugin.

> The purpose of the Renku score is to increase the visibility of active, interesting projects. It should consider the following properties We could also factor in the presence of...

Thanks for putting this detailed description together. As briefly mentioned, I think there are two aspects to an "independent" vs "non-independent" GitLabs. I believe that for serious production settings it...

Thanks @nolar for the detailed sample which I have successfully adapted and used. I'm wondering now if there is a way for this approach to be extended to situations where...

Thank you very much for the pointer to `kopf.EVERYTHING` and sorry for missing that in the docs. For the moment, this (while filtering by label) solves my problem at hand....

I have another question related to a parent-child relation as described above: I use a `@kopf.on.event('', 'v1', 'pods', labels={'parent-name': 'my-parent'})` type of decorator to watch events of child resources and...

> What am I missing? I managed to answer my own question. In my example I was only reacting to creation or modification events. However, the events that I get...