File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
helm-chart/kuberay-operator Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -179,6 +179,23 @@ 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
+ # 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"
182
199
183
200
# -- Resource requests and limits for containers.
184
201
resources :
You can’t perform that action at this time.
0 commit comments