java-operator-sdk icon indicating copy to clipboard operation
java-operator-sdk copied to clipboard

Java SDK for building Kubernetes Operators

Results 275 java-operator-sdk issues
Sort by recently updated
recently updated
newest added

This issue is to cover more related issues and come up with a design how to handle them, see: - [ ] #1419 - [ ] #1405 - [ ]...

enhancement
feature

BOM was added laterly, we should show the usage in at least one of our samples.

good first issue
examples

## Bug Report To track the issue raised by https://github.com/quarkiverse/quarkus-operator-sdk/issues/380

bug

## 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...

needs-discussion

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...

feature

## 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

needs-discussion

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...

needs-discussion
architecture