All the resouces required to run the operator are available at config.
The Makefile targets render and apply the kustomize resources for you, but you can also generate the final YAMLs with bin/kustomize build config/default
.
Installs the custom resource definitions into the configured cluster in ~/.kube/config.
make install
Deploys the controller, rbac and crds into the configured cluster in ~/.kube/config.
make deploy
Deletes the custom resource definitions from the configured cluster in ~/.kube/config.
make uninstall
Deletes the controller, rbac and crds from the configured cluster in ~/.kube/config.
make undeploy