Skip to content

Commit ef9206c

Browse files
win5923rueian
andauthored
[Helm] Add missing environment variables to operator chart (#3867)
* merge conflict Signed-off-by: win5923 <[email protected]> * Update helm-chart/kuberay-operator/values.yaml Co-authored-by: Rueian <[email protected]> Signed-off-by: Jun-Hao Wan <[email protected]> --------- Signed-off-by: win5923 <[email protected]> Signed-off-by: Jun-Hao Wan <[email protected]> Co-authored-by: Rueian <[email protected]>
1 parent eea440b commit ef9206c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

helm-chart/kuberay-operator/values.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,20 @@ env:
179179
# If set to true, we will use deterministic name for head pod. Otherwise, the non-deterministic name is used.
180180
# - name: ENABLE_DETERMINISTIC_HEAD_POD_NAME
181181
# value: "false"
182+
# This environment variable determines whether to enable a login shell by passing the -l option to the container command /bin/bash.
183+
# The -l flag was added by default before KubeRay v1.4.0, but it is no longer added by default starting with v1.4.0.
184+
# - name: ENABLE_LOGIN_SHELL
185+
# value: "true"
186+
# This KubeRay operator environment variable is used to determine if random Pod
187+
# deletion should be enabled. Note that this only takes effect when autoscaling
188+
# is enabled for the RayCluster.
189+
# - name: ENABLE_RANDOM_POD_DELETE
190+
# value: "false"
191+
# If JobDeploymentStatus does not transition to Complete or Failed within
192+
# this grace period seconds after JobStatus reaches a terminal state,
193+
# KubeRay will update JobDeploymentStatus directly.
194+
# - name: RAYJOB_DEPLOYMENT_STATUS_TRANSITION_GRACE_PERIOD_SECONDS
195+
# value: "300"
182196

183197
# -- Resource requests and limits for containers.
184198
resources:

0 commit comments

Comments
 (0)