java-operator-sdk
java-operator-sdk copied to clipboard
Java SDK for building Kubernetes Operators
This issue is to cover more related issues and come up with a design how to handle them, see: - [ ] #1419 - [ ] #1405 - [ ]...
BOM was added laterly, we should show the usage in at least one of our samples.
## Bug Report To track the issue raised by https://github.com/quarkiverse/quarkus-operator-sdk/issues/380
## Bug Report If the operator is configured to watch a certain list of namespaces (lets say `ns1, ns2`) if any one of them is not accessible the operator cannot...
This issue is about supporting [Kubernetes Probes](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) from the framework. The main question is how to map probes to operators in general: - **Liveness** - is operator started? (So start...
## Bug Report Hi all and thanks for the amazing project! I was looking at real-world edge cases where the functionality of the operator gets compromised because the Informers are...
Hi, I'd like to trigger reconcile process while my code monitored my application status changes. Now looks impossible. B.R. Bo
Fix https://github.com/java-operator-sdk/java-operator-sdk/issues/1395 I start adding `enabled()` on Retry interface but it feels wrong. Retry is a functional interface so it needs a default and neither true or false is a...
Currently even for inbound event sources that is support for event triggering the reconciliation where the event does not contain the actual resource we have a supporting class that actually...