-
Notifications
You must be signed in to change notification settings - Fork 121
Hetzner DNS Provider: Let's Encrypt DNS Record Fails w/ multiple Hetzner DNS Zones: "HTTP Error 422: Unprocessable Entity" #249
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
Comments
rbo
added a commit
that referenced
this issue
Feb 5, 2023
rbo
added a commit
that referenced
this issue
Feb 5, 2023
rbo
added a commit
that referenced
this issue
Feb 5, 2023
rbo
added a commit
that referenced
this issue
Feb 5, 2023
Feel free to test the new hetzner dns implementation: https://github.com/RedHat-EMEA-SSA-Team/hetzner-ocp4/tree/hetzner_dns |
rbo
added a commit
that referenced
this issue
Feb 7, 2023
rbo
added a commit
that referenced
this issue
Feb 7, 2023
Fixed in devel branch, will be merged into master with #252 |
rbo
added a commit
that referenced
this issue
Apr 14, 2023
rbo
added a commit
that referenced
this issue
Apr 14, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Trying to create a new cluster w/ under the following conditions:
Running
ansible-navigator run -m stdout ./ansible/setup.yml
results in this error:
Strange enough, I could curl the DNS API from Hetzner:
curl "https://dns.hetzner.com/api/v1/zones" -H 'Auth-API-Token: <my-token>'
which returns results like:
It seems, the problem is that there are two DNS zones setup in my Hetzner account:
After deleting the second zone, the playbook runs w/o errors.
Though the easy workaround is to delete the 2nd zone, it'd be better to consider just the zone with the specified zone name in
cluster.yml
.The text was updated successfully, but these errors were encountered: