kubestellar / kubeflex

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

✨Implement post-create hooks #118

Closed pdettori closed 11 months ago

pdettori commented 11 months ago

Summary

This feature cover the use case where a user wants to install custom resources, perform configurations or even runs pods on a control plane after the creation. An example use case is to create a vcluster-type control plane and then install the ocm cluster-manager on it. The post-create hook should be able to install specified Kubernetes templates, for example a job that runs a helm install.

Related issue(s)

Fixes #114