forked from k-space/kube
argocd
asterisk
bind
camtiler
cert-manager
README.md
cert-manager.crds.yaml
cert-manager.yaml
issuer.yml
cnpg-system
drone
drone-execution
elastic-system
etherpad
freescout
gitea
grafana
hackerspace
harbor
kube-system
kubernetes-dashboard
local-path-storage
logging
logmower
longhorn-system
member-site
metallb-system
minio-clusters
mongodb-operator
monitoring
mysql-clusters
mysql-operator
nextcloud
nyancat
oidc-gateway
openebs
playground
postgres-clusters
postgres-operator
prometheus-operator
redis-clusters
reloader
ripe87
rosdump
shared
tigera-operator
traefik
whoami-oidc
wiki
wildduck
woodpecker
.drone.yml
.gitignore
CONTRIBUTORS.md
LICENSE.md
README.md
ansible-bind-primary.yml
ansible-doors.yml
ansible-kubernetes.yml
ansible.cfg
cluster-role-bindings.yml
inventory.yml
ssh_config
storage-class.yaml
cert-manager
cert-manager
is used to obtain TLS certificates from Let's Encrypt.
Added manifest with:
curl -L https://github.com/jetstack/cert-manager/releases/download/v1.6.1/cert-manager.yaml -O
To update certificate issuer
kubectl apply -f namespace.yml -f cert-manager.yaml
kubectl apply -f issuer.yml
kubectl -n cert-manager create secret generic tsig-secret \
--from-literal=TSIG_SECRET=<secret>
Workaround for webhook timeout issue https://github.com/jetstack/cert-manager/issues/2602 It's not very clear why this is happening, deserves further investigation - presumably Calico related somehow:
kubectl delete mutatingwebhookconfiguration.admissionregistration.k8s.io cert-manager-webhook
kubectl delete validatingwebhookconfigurations.admissionregistration.k8s.io cert-manager-webhook