File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
helm-chart/kuberay-operator Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -179,6 +179,20 @@ env:
179
179
# If set to true, we will use deterministic name for head pod. Otherwise, the non-deterministic name is used.
180
180
# - name: ENABLE_DETERMINISTIC_HEAD_POD_NAME
181
181
# 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"
182
196
183
197
# -- Resource requests and limits for containers.
184
198
resources :
You can’t perform that action at this time.
0 commit comments