Search before asking
KubeRay Component
historyserver
KubeRay Version
v1.7.0
Ray Version
2.56.1
Environment
Isn't relevant
What happened + What you expected to happen
The new collectorOptions setting for RayClusterSpec. historyServerOptions do not expose securityContext , which is often needed to configure the container.
I think securityContext should be exposed.
Reproduction script
Isn't relevant
Anything else
For example, the collector currently fails if if Ray is running under root user (because the collector uses uid 1000)
Are you willing to submit a PR?
Search before asking
KubeRay Component
historyserver
KubeRay Version
v1.7.0
Ray Version
2.56.1
Environment
Isn't relevant
What happened + What you expected to happen
The new
collectorOptionssetting forRayClusterSpec. historyServerOptionsdo not exposesecurityContext, which is often needed to configure the container.I think
securityContextshould be exposed.Reproduction script
Isn't relevant
Anything else
For example, the collector currently fails if if Ray is running under
rootuser (because the collector uses uid1000)Are you willing to submit a PR?