Re-run config check on external changes #1309
siliconbrain
started this conversation in
General
Replies: 1 comment
-
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
Uh oh!
There was an error while loading. Please reload this page.
-
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