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

Support adding entries to Pod /etc/hosts with HostAliases #214

Closed
acan107 opened this issue Aug 30, 2024 · 1 comment
Closed

Support adding entries to Pod /etc/hosts with HostAliases #214

acan107 opened this issue Aug 30, 2024 · 1 comment

Comments

@acan107
Copy link

acan107 commented Aug 30, 2024

I'm trying to deploy a Trino cluster with a Hive connector (to an HDFS file system) on Kubernetes. In the HDFS configuration files (e.g. core-site.xml), host names are used instead of IP addresses.

Last time I deployed a Trino cluster using Docker containers, and I could add entries to /etc/hosts using the --add-host="<host_name>:<host_ip>" flag when running the containers (docker run ...).

It seems that the trino chart hasn't supported this function yet. Could you help to add this support?
(I noticed that this support had been requested in issue #110, while not been accepted for some reason.)

@mosabua
Copy link
Member

mosabua commented Oct 29, 2024

The original request was abandoned by the contributor. You can pick that up and drive it to completion. We (charts maintainers) are not planning to work on this ourselves.

@mosabua mosabua closed this as completed Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants