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

Improve configurability of Ingress during Job Submission #4187

Open
Sovietaced opened this issue Feb 4, 2025 · 0 comments · May be fixed by #4188
Open

Improve configurability of Ingress during Job Submission #4187

Sovietaced opened this issue Feb 4, 2025 · 0 comments · May be fixed by #4188

Comments

@Sovietaced
Copy link
Contributor

We are trying to use the ingress feature during job submission but it doesn't seem compatible with our environment for a few reasons.

  1. We are not able to configure the ingress class (in our case nginx)
  2. We are not able to control the TLS hosts. We need this to terminate TLS.

Our use case is to setup a Ray cluster head node and expose the Ray dashboard outside the cluster. We're setting up an ephemeral DNS record for this ingress and we must be able to configure the DNS name as the TLS host in order for the ingress to terminate TLS connections targeting the DNS name. The existing code generates TLS hosts based on the service port name, job ID, and job namespace which is not suitable for us.

I think the IngressConfig should be updated to support a configurable ingress class as well as additional TLS hosts to configure in addition to the autogenerated ones.

@Sovietaced Sovietaced linked a pull request Feb 4, 2025 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant