Skip to content

william20111/oci-privateca-issuer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oci-privateca-issuer

** WORK IN PROGRESS **

cert-manager external issuer for oci certificates

Description

cert-manager external issuer for oci certificates

Install CRDs

Install Instances of Custom Resources:

make install

Uninstall CRDs

To delete the CRDs from the cluster:

make uninstall

Deploy controller

UnDeploy the controller to the cluster:

make deploy

Undeploy controller

UnDeploy the controller to the cluster:

make undeploy

How it works

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

About

cert-manager oci private ca issuer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published