java-operator-sdk
java-operator-sdk copied to clipboard
Java SDK for building Kubernetes Operators
Basically since DependentResource now has `getResource()` method, what by definition should return the actual state after reconciliation (so `reconcile()` method is called ) . Currently the resource is cached now...
When external resources that requires state, it is stored into a ConfigMap, Secret or a dedicated CustomResource. Would be nice to support this patter in Dependent Resources.
How do dependents work when we have more than one secondary resource (like having 3 deployments) ? _Originally posted by @sebastienblanc in https://github.com/java-operator-sdk/java-operator-sdk/pull/785#discussion_r787438396_
Support of managing multiple similar resources dynamically - depending on the specs of the primary resource. To be able to discriminate which dependent resource we are managing the desired should...
Issue deprecated old event filter api, in v4 this old api should be removed: https://github.com/java-operator-sdk/java-operator-sdk/issues/1267
It's currently a maintenance burden to have two separate projects and also makes it confusing/difficult for users to figure out which version of the SDK is used for a given...
We need to make this use case work for managed dependent resources as well… I've started looking into it and will open as issue for it since we can't currently...
Related to #409 are there plans to add leader election functionality similar to https://docs.openshift.com/container-platform/4.7/operators/operator_sdk/osdk-leader-election.html to the java operator sdk?
This is for v4 since it's an API change see: https://github.com/java-operator-sdk/java-operator-sdk/blob/b8b4f31008d5c1cff6b0e6f2f92ebc9f028f254b/operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/config/ControllerConfiguration.java#L36-L45 https://github.com/java-operator-sdk/java-operator-sdk/blob/b8b4f31008d5c1cff6b0e6f2f92ebc9f028f254b/operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/config/ControllerConfigurationOverrider.java#L100-L104
The web page now does not support blogs explicitly, would be great to have a different menu item also, so the blogs could be published also here.