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
[Feature] Support inject specific env vars to all Ray containers in all RayCluster CRs by configuration (#4103)
* [Feature] Inject specific env vars to all Ray containers in all RayCluster CRs
Signed-off-by: win5923 <ken89@kimo.com>
* Add to helm chart
Signed-off-by: win5923 <ken89@kimo.com>
* Apply Rueian's comments
Signed-off-by: win5923 <ken89@kimo.com>
* Change defaultRayEnvs to defaultContainerEnvs
Signed-off-by: win5923 <ken89@kimo.com>
---------
Signed-off-by: win5923 <ken89@kimo.com>
| configuration.enabled | bool |`false`| Whether to enable the configuration feature. If enabled, a ConfigMap will be created and mounted to the operator. |
170
+
| configuration.defaultContainerEnvs | list |`[]`| Default environment variables to inject into all Ray containers in all RayCluster CRs. This allows user to set feature flags across all Ray pods. Example: defaultContainerEnvs: - name: RAY_enable_open_telemetry value: "true" - name: RAY_metric_cardinality_level value: "recommended" |
0 commit comments