Re-run config check on external changes #1309
siliconbrain
started this conversation in
General
Replies: 2 comments
-
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions! |
Beta Was this translation helpful? Give feedback.
0 replies
-
I was thinking about this and I have to disagree. Changes loaded into the pod runtime should be the scope for the configcheck. Changes that require rollouts are out of scope in my opinion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug:
Config checks are only run when the config has changed, but validity of the config might depend on other, external properties too.
Expected behaviour:
A new config check should be run when external but relevant changes occur (e.g.: Fluentd image version changes, required service becomes available, etc.)
Steps to reproduce the bug:
E.g. change Fluentd image version.
/kind bug
Beta Was this translation helpful? Give feedback.
All reactions