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.
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