You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to use the ingress feature during job submission but it doesn't seem compatible with our environment for a few reasons.
We are not able to configure the ingress class (in our case nginx)
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.
The text was updated successfully, but these errors were encountered:
We are trying to use the ingress feature during job submission but it doesn't seem compatible with our environment for a few reasons.
nginx
)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.The text was updated successfully, but these errors were encountered: