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

Allow overriding hostnames #235

Merged
merged 2 commits into from
Oct 11, 2021
Merged

Allow overriding hostnames #235

merged 2 commits into from
Oct 11, 2021

Conversation

kke
Copy link
Contributor

@kke kke commented Oct 6, 2021

Allows overriding host's hostname via configuration.

The hostname can be set via:

spec:
  hosts:
    - role: controller
      hostname: hostname.example.com

or:

spec:
  hosts:
    - role: controller
      installFlags:
         - --kubelet-extra-args="--hostname-override=hostname.example.com"

@kke kke added the enhancement New feature or request label Oct 6, 2021
@kke kke changed the title Allow hostname override Allow overriding hostnames Oct 6, 2021
@kke kke merged commit 2101848 into main Oct 11, 2021
@kke kke deleted the hostname-override branch October 11, 2021 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants