Francesco Guardiani

Results 247 comments of Francesco Guardiani

Please check out the https://github.com/knative/eventing/pull/5131

> BTW, how hard would it be to use latest served version instead of storage version? > There can be multiple served versions and they're strings. Some semver magic? I...

Looping in eventing wg leads @lionelvillard @grantr @vaikas @devguyio how should we move this one forward? Is this a good candidate as [experimental feature](https://docs.google.com/document/d/1AoH0FyLeuHIg5snrlCKzELQv-NEA6bbjTU2Qv3zlW5k/edit?usp=sharing) (since it's a behavioural change of...

> The k8s API requires a version identifier to access a resource, so we have to deduce what the version is, and there may be situations in which the version...

Yet another issue with api version here: https://github.com/knative-sandbox/eventing-kafka/issues/624

I refactored the issue as experimental feature, including an implementation plan. Unless there are any particular objections, I'm going to move forward with the initial implementation and the inclusion process...

The implementation PRs for the inclusion are ready to review: * https://github.com/knative/pkg/pull/2127 * https://github.com/knative/eventing/pull/5440 I'm working on the doc PR right now.

And here is the doc PR: https://github.com/knative/docs/pull/3713

> The one thing that's not in the 'todo list' is that now every component that potentially does the resolving will need their RBAC rules updated to include listing/watching of...

Ah I see what you mean... I'm not aware of any "dynamic" way for the controller to request RBAC at runtime (e.g. based on whether that flag is flipped or...