rivernews / iriversland2-kubernetes

Terraform provisioning K8 infra for iriversland2, my personal website, as well as other projects.
0 stars 1 forks source link

[cert-manager] Cerfificate is not working #14

Closed rivernews closed 4 years ago

rivernews commented 4 years ago

Seems like we exceed quota of letencrypt prod. We may try to switch to prod when the kafka thing is settled down, and disable the delete secret commands in terraform, then try again. See if we can get the certificate (currently always get stuck at "OrderCreated"), and make https work.

rivernews commented 4 years ago

Indeed, when we retried, the production cert is issued and we now can access apps via https now.

To prevent this happen in the future, cancelling the delete secret command when destroy in terraform, when let's encrypt is in production mode. Will still delete everything including the certificate if in staging mode.