kubestellar / kubeflex

A flexible and scalable platform for running Kubernetes control plane APIs.
Apache License 2.0
47 stars 13 forks source link

feature: support ocm deployment into vcluster #113

Closed pdettori closed 11 months ago

pdettori commented 12 months ago

Feature Description

A control plane of type "ocm" can be created using a vcluster control plane and then deploying OCM there. This would allow to use the stock OCM images and deployment methods, instead than the current approach based on multicluster-controlplane. From initial testing, this works well but for the dev scenario with kind clusters we need to support the internal address used by kind clusters on the same docker network so that managed clusters can contact the hub using the internal address and nodeport, as currently happens with the [basic OCM scenario](https://open-cluster-management.io/getting-started/quick-start/

Proposed Solution

To support the communication between OCM hub on kind and managed kind clusters on the same docker network, we need to do the following:

Want to contribute?

Additional Context

No response