busy-beaver-dev / busy-beaver

The Chicago Python Community Engagement Slack bot
https://busybeaverbot.com
MIT License
70 stars 23 forks source link

Upgrade cert-manager #353

Closed alysivji closed 3 years ago

alysivji commented 3 years ago

Certificates expire after 6 months; if the site is not deployed in 6 months, the certificate will not update

short term

long term

alysivji commented 3 years ago

Looks like this was an issue with my old version of cert-manager. Lots of stuff to unravel here so I'm just gonna uninstall cert-manager, upgrade my k8s cluster and reinstall cert manager

alysivji commented 3 years ago
  1. Tried https://cert-manager.io/docs/installation/upgrading/ but it didn't work
  2. Uninstalled cert manager manually following instructions on Github
  3. Installed helm via:
helm install \
  cert-manager jetstack/cert-manager \
  --namespace cert-manager \
  --create-namespace \
  --version v1.5.3 \
  --set installCRDs=true