ABW

Results 10 comments of ABW

> > I'm seeing this error as well > > The issue for me was that Cloudflare was flagging the challenges as a bot and was blocking them. Could you...

> > > > I'm seeing this error as well > > > > > > > > > The issue for me was that Cloudflare was flagging the challenges...

Same issue for me, but unfortunately disabling hostDNS features doesn't resolve the issue. I am using my own DNS servers, however using public DNS servers didn't help. It worked fine...

> I'm seeing the same problem on Talos 1.7.1 (also upgraded from earlier versions), Kubernetes 1.29.1, Cilium 1.15.4. > > I am using DHCP-discovered public DNS servers run by Hetzner....

> I have run into the same problems. The `browser.{js,mjs}` uses some web api like `self`, `window`, `window.location.href` and so on. > > > > It would be nice if...

> It already works via annotations... > > ```yaml > apiVersion: > kind: Service|Ingress|... > metadata: > annotations: > external-dns.alpha.kubernetes.io/hostname: example.com > external-dns.alpha.kubernetes.io/ttl: '120' > external-dns.alpha.kubernetes.io/cloudflare-proxied: 'true' > ``` >...

> It works for me. I'm using the latest version (external-dns/external-dns version=1.13.1, appVersion: 0.13.6). > > Does it sync to the correct IP in cloudflare (`kubectl get svc -o wide`)?...

> > Funny thing, I've been making some changes and figured out that: > > Using --cloudflare-proxied flag within deployment + using cloudflare-proxied (true) annotation it will create/update records with...

> actually In core/k8s.io/api, it is using NodeExternalIP instead of ExternalIP. you can check v1/core/k8s.io/api, well_known_taints.go L5235. Yup, I found it afterwards in [core/v1/types.go#L5608](https://github.com/kubernetes/api/blob/v0.28.1/core/v1/types.go#L5608) but nevertheless, somehow it is not...

fr: would be great if we could use an annotation per source i.e **"external-dns.alpha.kubernetes.io/rfc2136-create-ptr: true/false"** that would stand above global **--rfc2136-create-ptr**, so we would have more elasticity