seb-steuer

Results 8 comments of seb-steuer

Hi @jeffwask Got exactly the same issue the :db: hardcoded in arn creation doesn't work for cluster Could you share the code that determines rds_type for your return snippet please?...

Its even worse for valkey. In that case you are not even able to do that in 2 steps as a workaround. When using valkey increasing just the NumCacheClusters property...

When in ingress instead of apex record i specify a subdomain the TXT records are created properly. So the problem only happens for apex records. ``` time="2025-10-24T13:42:58Z" level=info msg="All records...

I have raised log level to debug and for the missing TXT for apex records there are the following messages. ``` time="2025-10-24T14:03:57Z" level=debug msg="Skipping record cname-xxx-yyy.aaa.bbbb.ccc because no hosted zone...

@u-kai The bigger problem for me is the fact that behavior changed. upsert-only worked well for apex records with txt registry pre AAAA record handling support. Right now its just...

i'll be moving to `--txt-prefix='__%{record_type}__.'` i just don't understand why the default prefix for new format is something that breaks apex records. It makes no sense to me. Now i'll...

@org-ci-cd it works. I use: `--txt-prefix='__%{record_type}__.'` but it seems what you want is: `--txt-prefix='%{record_type}.'` Do not hard code it as just 'a'. Use the variable of %{record_type} so external-dns creates...