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
What happened:
The DNSEndpoint CRD has had its approval CRD removed which is causing other charts relying on this release to no longer be able to use the CRDs. See this issue here: bitnami/charts#25967
The solution is to revert back to v7.0.2 of the chart which looks to be the last release where this CRD had the annotation still.
The annotation required is: api-approved.kubernetes.io: "https://github.com/kubernetes-sigs/external-dns/pull/2007"
What you expected to happen:
CRDs can be created
How to reproduce it (as minimally and precisely as possible):
Install the latest Bitnami chart with crd.create: true. Creation of the CRD will fail
Anything else we need to know?:
Environment:
External-DNS version (use external-dns --version):
DNS provider:
Others:
The text was updated successfully, but these errors were encountered:
What happened:
The DNSEndpoint CRD has had its approval CRD removed which is causing other charts relying on this release to no longer be able to use the CRDs. See this issue here: bitnami/charts#25967
The solution is to revert back to v7.0.2 of the chart which looks to be the last release where this CRD had the annotation still.
The annotation required is:
api-approved.kubernetes.io: "https://github.com/kubernetes-sigs/external-dns/pull/2007"
What you expected to happen:
CRDs can be created
How to reproduce it (as minimally and precisely as possible):
Install the latest Bitnami chart with
crd.create: true
. Creation of the CRD will failAnything else we need to know?:
Environment:
external-dns --version
):The text was updated successfully, but these errors were encountered: