We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An issue by nolar at 2019-04-02 09:48:30+00:00 Original URL: zalando-incubator/kopf#19
Some of the handlers must be called regularly on the schedule (e.g. cron-like).
For example, to monitor the actual state of the system (as changed out of scope of the operator) with the declared state (as in the yaml files).
Only the objects changes cause the handlers execution.
The objects are not always changed when something else (unmonitored) happens in the cluster.
Commented by nolar at 2020-04-01 11:46:59+00:00
Docs:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
Some of the handlers must be called regularly on the schedule (e.g. cron-like).
For example, to monitor the actual state of the system (as changed out of scope of the operator) with the declared state (as in the yaml files).
Actual Behavior
Only the objects changes cause the handlers execution.
The objects are not always changed when something else (unmonitored) happens in the cluster.
Docs:
The text was updated successfully, but these errors were encountered: