Conversation

metacosm

Signed-off-by: Chris Laprun [email protected]

@metacosmmetacosm self-assigned this May 7, 2025
@metacosmmetacosm requested review from csviri and xstefank May 7, 2025 06:50
@openshift-ciopenshift-ci bot added the do-not-merge/work-in-progressIndicates that a PR should not merge because it is a work in progress.label May 7, 2025
@metacosm

Currently, the configuration information related to a reconciler can be inconsistent between what's returned by the ConfigurationService and what can be returned by RuntimeInfo from RegisteredController (which should be the correct version, in case they differ). The problem is RuntimeInfo is not very well known and not as widely used as ConfigurationService, which means that users can observe outdated configuration.

Sign up for free to join this conversation on . Already have an account? Sign in to comment
do-not-merge/work-in-progressIndicates that a PR should not merge because it is a work in progress.
None yet

Successfully merging this pull request may close these issues.

@metacosm