Gyula Fora
Gyula Fora
Unless this problem is addressed there is a big risk for any operator deployment that watches multiple independent user namespaces. One user basically can send the whole operator in a...
In some cases it is better to not watch a namespace anymore than to affect other namespaces being watched.
> However validating the namespace list and related permissions, and filtering the namespace list, could be something outside of the operator. Yes I guess if there is a liveness probe...
Yes I think the exponential backoff + warning is a good approach. In that case other informers/namespaces would not be affected.
@flinkbot run azure
There are other components that use `ObjectMapper` the `FlinkValidator` for instance should probably also need this config otherwise the webhook might not be compatible
> > There are other components that use `ObjectMapper` the `FlinkValidator` for instance should probably also need this config otherwise the webhook might not be compatible > > I've been...
> @morhidi @gyfora when using `FAIL_ON_UNKNOWN_PROPERTIES=false`, is it necessary to tell the users to make sure that the correct json properties have already verified and guaranteed by Kubernetes itself based...