A delegated subzone migration completes and later certificate renewals begin failing with seemingly correct TXT record automation.
A cert-manager DNS01 challenge keeps creating TXT records in the wrong zone
Automation is healthy, yet the challenge lands in the parent zone because two controllers normalize the target name differently.
Scenario
What to check first
- Identify the primary failure signal in the The TXT Record Existed and It Lived in the Wrong Zone Boundary scenario.
- Separate visible symptoms from the underlying technical dependency.
- Describe the safest recovery path and the follow-up prevention work.
Checking checklist
- Summarize the current impact and the last known change.
- Collect direct evidence from logs, runtime state, and configuration before changing anything.
- Separate immediate recovery from permanent prevention work.
Recovery and prevention
Compare exact zone selection logic across controllers before editing credentials or TXT cleanup.
Questions worth viewing together
Community-field Kubernetes problem inspired by cert-manager and DNS automation cases where a DNS01 TXT landed in the parent zone after subzone migration. DNS01 failures often come from conflicting zone normalization rules rather than from missing write permission.
Teams often blame provider API permissions when the record is being created successfully in the wrong zone.
Subzone delegation changes should be validated against every controller that normalizes or filters zone names.
Similar cases seen in the field