Dario Tranchitella

Results 154 comments of Dario Tranchitella

I'm a bit late on this, thanks for the patience! This feature would be awesome and I couldn't agree more, despite some limitations I'd like to evaluate with the community....

@oliverbaehler JFI there's a feature request (#525 ) that is pretty similar to this. Could you provide feedback on that?

Hey @adberger, thanks for the ping here! Since Capsule is built on top of `controller-runtime`, we already have some controller metrics exported: this is really convenient since we don't have...

> I might be doing something wrong but I don't see the metrics yet Are you referring to the custom or basic ones? Becuase for the latters: ``` curl -s...

Rather than declaring secrets in a such opinionated way, I'd say we could take advantage of the [`ObjectReference` API](https://pkg.go.dev/k8s.io/api/core/v1?utm_source=godoc#ObjectReference), although we would need a new polling controller in order to...

> @MaxFedotov sounds good to me since more Kubernetes like. What about `labelSelector` ? Couldn't agree more on this. > For backward compatibility same concerns. Let’s see @prometherion point of...

How to handle fairness when an Owner owns multiple Tenant resources? We would end up with duplicates matching different values, not sure how the Kubernetes controller would deal with them.

I'm not entirely convinced by this feature proposal, since in the end would create a huge dependency on _OPA_. Maybe would be worth providing a meta-example to get a clear...

I'm aware of this behavior and it's a viable trade-off, although not entirely satisfying. I'm still trying to figure out how to apply these constraints without reinventing the wheel and...

> that same UI can fuel the capsulectl same api calls etc Actually, `capsule` is baked just by the Custom Resource Definition: it means all the API calls are towards...