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

how to customize cluster domain #4

Open
MushiTheMoshi opened this issue Oct 13, 2024 · 1 comment
Open

how to customize cluster domain #4

MushiTheMoshi opened this issue Oct 13, 2024 · 1 comment

Comments

@MushiTheMoshi
Copy link

hi there,

Cool project, thanks for the effort done here.

Is there a way to customize cluster domain name via ansible playbooks?

Regards,
Julio

@hswong3i
Copy link
Member

See https://github.com/alvistack/ansible-role-kube_master/blob/master/defaults/main.yml#L26-L27

# Kubernetes cluster name.
kube_cluster_name: "{{ hostvars[groups['kube_master'][0]].ansible_machine_id | to_uuid }}"

You could simply override it with any else static hard-coded value.

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

2 participants