Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 917 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 917 Bytes

Cert-manager

This extension deploys cert-manager.

Usage

Basic usage

load('ext://cert_manager', 'deploy_cert_manager')

deploy_cert_manager()

This will deploy cert-manager to your cluster and check that it actually works.

If working with Kind, it's possible to pass load_to_kind=True to deploy_cert_manager so all the cert-manager images will be pre-pulled to your local environment and then loaded into Kind before installing. This speeds up your workflow if you're repeatedly destroying and recreating your kind cluster, as it doesn't have to pull the images over the network each time.

The full list of parameters accepted by deploy_cert_manager includes:

  • registry from which images should be pulled, defaults to quay.io/jetstack
  • version of cert-manager to install, defaults to v1.3.1
  • load_to_kind (see above), defaults to False
  • kind_cluster_name, defaults to kind