Replies: 1 comment
-
|
Hi @mpreu , thanks for checking out the new operator! I agree that the current timeout/retry reschedule is a little "strict". Until we come up with a more "structural" fix you can play with those settings: I'm extremely interested in the result of these experiments! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
it seems that the operator does not requeue a CR anymore after it entered an error state. This is a bit inconvenient if e.g. one tries to instantiate a
kustomizeKeycloak configuration along with a database deployment:kustomizeIn this example, Keycloak OP fails with:
The time frame for the availability of the referenced secret is just some seconds (maybe up to one minute) in the given example.
One can argue, that such a configuration has to be splitted to allow postgres to be there first. But for development use cases or automation via ArgoCD I could imagine the reconciliation logic (or just timeout values / requeue time values) to be a bit more forgiving.
I could also imagine to not totally end the reconciliation after an error (assuming this is the current behavior) to allow automatic error resolution for similar cases.
Beta Was this translation helpful? Give feedback.
All reactions