Add kubedb-courier-addon-manager chart#2365
Open
tamalsaha wants to merge 2 commits into
Open
Conversation
Ship the hub-side KubeDB Courier addon manager as an installer chart, matching the KubeDB operator chart convention (kubedb-<component>). It installs the kubedb-courier manager Deployment and its hub RBAC, and registers the courier Open Cluster Management addon (ClusterManagementAddOn plus AddOnTemplate) so the per-cluster branch operator (kubedb-courier run) rolls out to managed clusters. It also installs the courier CRDs (migrations, branches, branchworks). Same-cluster branches do not need this chart; it is the cross-cluster (BranchWork over OCM) control plane. This is the chart previously staged in the courier repo, relocated here so operator charts live in one place. Signed-off-by: Tamal Saha <tamal@appscode.com>
… CRD Sync the bundled branches CRD with apimachinery, which adds spec.target.issuerRef (the cert-manager Issuer/ClusterIssuer used to mint fresh TLS certificates for a branch of a TLS-enabled source). Signed-off-by: Tamal Saha <tamal@appscode.com>
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.
Ship the hub-side KubeDB Courier addon manager as an installer chart, matching the KubeDB operator chart convention (kubedb-).
The chart installs:
Same-cluster branches do not need this chart; it is the cross-cluster (BranchWork over OCM) control plane. This is the chart previously staged in the courier repo, relocated here so operator charts live in one place. helm lint and helm template are clean.
Pairs with the KubeDB Courier Branch work in kubedb/courier (same-cluster core and the cross-cluster Initiator/Creator plus manager).