-
Notifications
You must be signed in to change notification settings - Fork 94
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
Feature Request: Cluster API integration - automatic installation of klusterlet on managed clusters #47
Comments
/kind feature Thanks, I think it is a great idea. Do you expect that this will be implemented in clusteradm? |
Actually no, it must be implemented in some watcher/controller in the hub cluster to dynamically watch which clusters are being created by ClusterAPI and take appropriate action |
Looking at https://github.com/open-cluster-management-io/registration-operator I think it should be a companion operator for them, like setting up |
Yes, I think it is possible. |
what would be steps/code to register managed cluster assuming we have user kubeconfig from Cluster API? |
I think you want to look at registration controller: https://open-cluster-management.io/getting-started/core/register-cluster/#prerequisite |
You can use the link Scott provided above. In summary: If you are using our If you don't want to use
|
|
…ases (open-cluster-management-io#47) Signed-off-by: suigh <[email protected]>
This issue is stale because it has been open for 120 days with no activity. After 14 days of inactivity, it will be closed. Remove the |
This issue is stale because it has been open for 120 days with no activity. After 14 days of inactivity, it will be closed. Remove the |
/assign I will do some investigation on this. |
We have a discussion on the last community meeting. There are some good points:
|
will do a demo in the following community meeting after 0.13.0 release |
Signed-off-by: zhujian <[email protected]>
This issue is stale because it has been open for 120 days with no activity. After 14 days of inactivity, it will be closed. Remove the |
Proposal
Currently you can use
ClusterAPI
to spin up new kubernetes clusters. It has different provider implementations, however. most of them (I didn't checked all) provides CA secrets to access managed cluster. Having this, and having OCM in admin/hub cluster, it would be useful to automatically installklusterjet
agent of any new cluster and join them to the hub.The text was updated successfully, but these errors were encountered: