Leverage the multicluster-runtime library to enable the operator to manage resources from many control planes.#43
Merged
joshlreese merged 2 commits intomainfrom May 7, 2025
Conversation
…anage resources from many control planes. The Datum multicluster provider library has been copied from the network-services-operator project. A future iteration will move the provider into its own library that can be shared across projects. We decided to copy the code until it's stabalized, which it seems to be nearing. Additional changes include: - Addition of structured configuration provided via a config file, with support for default values. - Support for reading webhook certificates from secrets, simplifying development.
scotwells
previously approved these changes
May 5, 2025
OscarLlamas6
previously approved these changes
May 5, 2025
scotwells
approved these changes
May 6, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The Datum multicluster provider library has been copied from the network-services-operator project. A future iteration will move the provider into its own library that can be shared across projects. We decided to copy the code until it's stabalized, which it seems to be nearing.
Additional changes include:
Fixes #40
Additional context
Kustomization changes needed for the new deployment model will come in a separate PR. I'd like to test these changes in staging, get them merged in, tagged, then iterate on deployment changes.