Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The lablabs/eks-external-dns module 0.9.0 doesn't work on Kubernetes version 1.22 #26

Closed
jon-eicher opened this issue Apr 15, 2022 · 4 comments

Comments

@jon-eicher
Copy link

After upgrading AWS EKS to version 1.22, the lablabs 0.9.0 external-dns pod goes into a CrashLoopBackOff. This is caused by k8s 1.22 stopping to support a couple deprecated APIs, including the Ingress in extensions/v1beta1.

Fix is in external-dns version 0.10.0+ :
kubernetes-sigs/external-dns#2168

The external-dns logs show this fatal error:
time="2022-04-15T21:19:09Z" level=fatal msg="failed to sync cache: timed out waiting for the condition"

@cubiclelord
Copy link

+1

@dojci
Copy link
Member

dojci commented May 9, 2022

Sorry for the late reply, there are multiple ways you can change the version:

  • update helm_chart_version as needed (bitnami/external-dns)
  • override appVersion or image.tag in values

Will that solve your problems ?

@dojci
Copy link
Member

dojci commented May 9, 2022

FYI: we just made a new release where, among other changes, we upgraded default chart version to the latest release (6.3.0).

@jon-eicher
Copy link
Author

jon-eicher commented May 9, 2022

Thank you! The lablabs / terraform-aws-eks-external-dns release v1.0.0 is working for me :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants