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 need to add additional annotations and update the path-matching pattern in the ingress. To elaborate,
...
(2) YAML file: nginx.ingress.kubernetes.io/rewrite-target: /$1
this annotation nginx.ingress.kubernetes.io/rewrite-target: /$1 is required to be present when creating rayclusters with ingress
why not add that annotation as a default while allowing override?
Use case
Since creating rayclusters with ingress would always require this nginx.ingress.kubernetes.io/rewrite-target: /$1 annotation to be defined, it would be nice to have it come out of the box when ingress is created along with the raycluster like so:
davidlhw
changed the title
[Feature] API Server ingress include default rewrite target annotation
[Feature] [API Server] head svc ingress should include rewrite target annotation as default
Aug 22, 2024
Search before asking
Description
ever since changes from #646
this annotation
nginx.ingress.kubernetes.io/rewrite-target: /$1
is required to be present when creating rayclusters with ingresswhy not add that annotation as a default while allowing override?
Use case
Since creating rayclusters with ingress would always require this
nginx.ingress.kubernetes.io/rewrite-target: /$1
annotation to be defined, it would be nice to have it come out of the box when ingress is created along with the raycluster like so:Related issues
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: