annotations on handler failure? #1056
Unanswered
InvisibleFunction
asked this question in
Q&A
Replies: 1 comment 5 replies
-
It is done by the progress storage. It can be true if there are 2+ handlers, one has succeeded, but others have failed or not started yet. All these are temporary states stored by Kopf for its own consumption. Annotations are used as a storage to work “out of the box” in 100% cases. If these annotations are not desired, users can implement & configure their own key-value storage of any kind (incl. filesystem). https://kopf.readthedocs.io/en/stable/configuration/#handling-progress |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It looks like when a handler encounters an error an annotation is created with some info. Can anyone point me at documentation around this feature?
When is it triggered? Does the absence of this annotation mean a successful handler run? There's a "success" key, can this ever be "true"?
Beta Was this translation helpful? Give feedback.
All reactions