Attila Mészáros

Results 277 comments of Attila Mészáros

> Is there a ticket I can use to track the V5 progress? There is a milestone: https://github.com/operator-framework/java-operator-sdk/milestone/5 > Also, for now it looks like I can solve the issue...

This seems to be an issue with the watches in fabric8 client. cc @manusa @shawkins

will close this issue, pls let us know if that happens again.

see also: https://github.com/operator-framework/java-operator-sdk/issues/2256#issuecomment-1989688502

this could be also a feature to [dependent resources](https://javaoperatorsdk.io/docs/dependent-resources), we already support label selector but the labels are not explicitly added. cc @metacosm @shawkins Although label select is not same...

Just thinking on JOSDK level: > Managed kafka simply made the assumption that all labels from the CR would be propogated to the Kafka resource. This seems to me quite...

Hi @jareso-sidero , will update the documentation, but might help to check the E2E tests: https://github.com/operator-framework/josdk-webhooks/blob/0dd5c04085e1145c90bcf73a0fb943bf38bcb0e5/samples/quarkus/src/test/java/io/javaoperatorsdk/webhook/sample/QuarkusWebhooksE2E.java That deploys the webhooks and tests them, you can also reproduce the same manually.

In the first round would rather just add support for this feature to the admission controller - managed informers for now that can also follow namespace configs. We can see...

Yes, that is the intention, just not sure if we want to introduce the same concepts/notions or domain language. So `secondary resource` make sense to an operator. For an admission...

Not sure if I follow all the details, especially the missing ones. But generally the idea that record the transformation based on response is great. Wonder if this would not...