** WORK IN PROGRESS **
cert-manager external issuer for oci certificates
cert-manager external issuer for oci certificates
Install Instances of Custom Resources:
make install
To delete the CRDs from the cluster:
make uninstall
UnDeploy the controller to the cluster:
make deploy
UnDeploy the controller to the cluster:
make undeploy
This project aims to follow the Kubernetes Operator pattern
It uses Controllers which provides a reconcile function responsible for synchronizing resources untile the desired state is reached on the cluster
make manifests
NOTE: Run make --help
for more information on all potential make
targets
More information can be found via the Kubebuilder Documentation