commitdev / zero-aws-eks-stack

zero module for a basic AWS kubernetes stack on EKS
Apache License 2.0
16 stars 8 forks source link

chore: bump cert manager version to try to prevent issue where it seems to get stuck not updating certs #253

Closed bmonkman closed 2 years ago

bmonkman commented 2 years ago

We've seen issues where after a period of time cert-manager seems to get stuck in a state where it doesn't update certs until restarted. On newer EKS clusters we see it just repeating the following deprecation message in the logs:


networking.k8s.io/v1beta1 Ingress is deprecated in v1.19+, unavailable in v1.22+; use networking.k8s.io/v1 Ingress
```