Skip to content

Commit 88e30f5

Browse files
committed
merge conflict
Signed-off-by: win5923 <[email protected]>
1 parent a851490 commit 88e30f5

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

helm-chart/kuberay-operator/values.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,23 @@ 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+
# If set to true, we will use deterministic name for head pod. Otherwise, the non-deterministic name is used.
183+
# - name: ENABLE_DETERMINISTIC_HEAD_POD_NAME
184+
# value: "false"
185+
# This environment variable determines whether to enable a login shell by passing the -l option to the container command /bin/bash.
186+
# 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.
187+
# - name: ENABLE_LOGIN_SHELL
188+
# value: "true"
189+
# This KubeRay operator environment variable is used to determine if random Pod
190+
# deletion should be enabled. Note that this only takes effect when autoscaling
191+
# is enabled for the RayCluster.
192+
# - name: ENABLE_RANDOM_POD_DELETE
193+
# value: "false"
194+
# If JobDeploymentStatus does not transition to Complete or Failed within
195+
# this grace period seconds after JobStatus reaches a terminal state,
196+
# KubeRay will update JobDeploymentStatus directly.
197+
# - name: RAYJOB_DEPLOYMENT_STATUS_TRANSITION_GRACE_PERIOD_SECONDS
198+
# value: "300"
182199

183200
# -- Resource requests and limits for containers.
184201
resources:

0 commit comments

Comments
 (0)