Skip to content

Lizz compatible application to add the Cluster Issuer application to a lizz managed Kubernetes cluster.

Notifications You must be signed in to change notification settings

Openlizz/application-cluster-issuer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lizz compatible Cluster Issuer application

Lizz compatible application to add the Cluster Issuer application to a lizz managed Kubernetes cluster. The Cluster Issuer application is simply a Cluster Issuer resource that is added to the cluster. Therefore it can be added only if the Cert-manager application is already added.

To learn more about Lizz, see the documentation.

Requirements

To add the application, you first need to have a Kubernetes cluster initialized with Lizz. You also need to have the Lizz CLI installed.

Add the application

To add the application to your cluster, run the following:

lizz add github \
    --owner=$GITHUB_USER  \
    --fleet=fleet \
    --origin-url=https://github.com/openlizz/application-cert-manager \
    --path=./ca or ./selfsigned_ca or ./http01 or ./http01_staging \
    --destination=cert-manager \
    --cluster-role \
    --personal

Note The --path you choose will define the type of Cluster Issuer created. Depending on what you choose, you might need to set values with the --set-value flag.

Check the guide to understand how works the lizz add command.

Note You can adapt the command depending on your use case. See the command API for more information.

Reconcile the fleet repository to deploy the application using Flux:

flux reconcile source git flux-system

About

Lizz compatible application to add the Cluster Issuer application to a lizz managed Kubernetes cluster.

Topics

Resources

Stars

Watchers

Forks