Skip to content

fix: update configuration service when overriding configuration #2784

New issue

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

metacosm
Copy link
Collaborator

@metacosm metacosm commented May 7, 2025

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

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

metacosm commented May 7, 2025

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 GitHub. Already have an account? Sign in to comment
Labels
do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant