kubernetes-retired / cluster-api-provider-nested

Cluster API Provider for Nested Clusters
Apache License 2.0
301 stars 67 forks source link

[WIP] Proposal: a basic implementation of creating control plane components #10

Closed charleszheng44 closed 3 years ago

charleszheng44 commented 3 years ago

This proposal presents a basic/native way of creating components for NestedControlPlane. This is not the final version of the design but can be a good starting point to discuss the details of the implementation. resolve #7

k8s-ci-robot commented 3 years ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: charleszheng44 To complete the pull request process, please assign christopherhein after the PR has been reviewed. You can assign the PR to them by writing /assign @christopherhein in a comment when ready.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files: - **[OWNERS](https://github.com/kubernetes-sigs/cluster-api-provider-nested/blob/master/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
charleszheng44 commented 3 years ago

will redesign the CR and submit a new one later