CLM (CRD Lifecycle Management) is a tool to manage CRDs lifecycle.
-
make installInstall CRD of CLM. -
kubectl apply -f clm-server.yamlInstall CLM deployment to K8s cluster. -
cd config/sample/; kubectl apply -f sourceInstall sources of CLM. -
kubectl apply -f crdrelease/native-example.yamlInstall the example crd release of native source.

-
kubectl apply -f crdrelease/helm-example.yamlInstall the example crd release of helm source.
