You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We added support for nginx + tls using kube-lego and its annotations in #11. Kube-lego is now deprecated and only supported in Kubernetes up to 1.8.x. We should add support for tls using cert-manager, which is the official replacement for kube-lego: https://github.com/jetstack/cert-manager/.
The text was updated successfully, but these errors were encountered:
I've updated to cert-manager and update nginx-ingress (which already supports cert-manager).
The annotations are still the same for it:
kubernetes.io/tls-acme: true
But the point is that we have a few new annotations that can be used (besides the basic):
We added support for nginx + tls using kube-lego and its annotations in #11. Kube-lego is now deprecated and only supported in Kubernetes up to 1.8.x. We should add support for tls using cert-manager, which is the official replacement for kube-lego: https://github.com/jetstack/cert-manager/.
The text was updated successfully, but these errors were encountered: