-
Notifications
You must be signed in to change notification settings - Fork 107
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
[FEATURE REQUEST] Add possibility to provide custom hostnames #2768
Comments
So this is only for Azure? Or we want this also on AWS? |
The fr/fix was requested for Azure but afaik the team also uses AWS. |
After some more research I found several issues with the task described above:
Because of these above issues I propose an easier approach to provide the team the ability to add the domain at the end of the hostname and only for Azure in the form as an additional cloud parameter in the root cluster-config document: kind: epiphany-cluster
name: default
provider: azure
title: Epiphany cluster Config
specification:
...
cloud:
hostname_domain_extension: **domain**
.... This For our Terraform revision that needs to happen somewhere in next year these scenarios should be re-considered. |
Tested by @rafzei #2790 (comment). |
@seriva what about adding extra validation for the hostname?
|
Is your feature request related to a problem? Please describe.
Currently, there is no option to provide a custom VM hostname via epicli.
The hostname is set up referencing inventory hostname.
Describe the solution you'd like
Current:
[prefix][clustername]-kubernetes[master/node]vm[x]
Needed:
[prefix][clustername]-kubernetes[master/node]vm[x].[domain.name]
but it should allow to set up anything you can imagine 👾
Additional context
Internal team request, if possible prepare a workaround they could apply to their LTS deployment.
Please check
kind: infrastructure/virtual-machine
. Maybespecification.name
should be the right place for that? Right now it's overwritten after manifests merge.DoD checklist
The text was updated successfully, but these errors were encountered: