Skip to content
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

Set a default value for dns_zone automatically #39

Open
ralgozino opened this issue Oct 21, 2022 · 0 comments
Open

Set a default value for dns_zone automatically #39

ralgozino opened this issue Oct 21, 2022 · 0 comments

Comments

@ralgozino
Copy link
Member

The dns_zone is used to determine the FQDN of the etcd nodes, and used as SAN in the certificates generated by kubeadm.

We don't have a default value and probably it can be inferred or detected better.

- {{ inventory_hostname}}.{{ dns_zone }}
peerCertSANs:
- {{ inventory_hostname}}.{{ dns_zone }}

The input option could still be useful in some specific cases to override the default domain.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant