Attila Mészáros

Results 277 comments of Attila Mészáros

IMO this is a low priority issue since its not hard to find the cycles just by looking on the declaration of the workflow. It is not that we are...

@metacosm let's discuss the concept first. (This is not urgent atm.)

thx for the issue @scrocquesel . After the release of [MVP](https://github.com/java-operator-sdk/java-operator-sdk/issues/923) the idea is indeed to go further and make next steps to automatically handle workflows. So I think managing...

FYI good article: https://maelvls.dev/kubernetes-conditions/

> @csviri can you please point out the documentation or example code to see how this is working? Thanks a lot in advance! @andreaTP pls take a look here: https://github.com/java-operator-sdk/java-operator-sdk/blob/9c1be9d59151f1673b5b2a5bea60543021fabd34/operator-framework/src/test/java/io/javaoperatorsdk/operator/sample/multiplemanageddependentsametype/MultipleManagedDependentResourceConfigMap1.java#L15-L15...

usually I think that would be based on rather some naming convention of the resource. So not sure. Might be if we seem some patterns.

@bachmanity1 no, it will come with 4.1 (see milestone). It will be documented for that release too.

This is more like a feature request not a bug. Copy pasting the initial thoughts from discord regarding how to check access right and relations to liveness probes: Startup probes...

> There's also automated creation of RBACs. But RBAC is just for `dependent resources`, right?

> Maybe an other way would be just to have an annotation that provides this information explicitly. This is how it is done in go, but we could be more...