This extension deploys cert-manager.
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 toquay.io/jetstack
version
of cert-manager to install, defaults tov1.3.1
load_to_kind
(see above), defaults toFalse
kind_cluster_name
, defaults tokind