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
[RayCluster] Toggle usage of deterministic/non-deterministic head pod name with feature flag (#3873)
* feat: use gen name for ray version > 2.48
Signed-off-by: machichima <[email protected]>
* feat: head pod name to non deterministic
Signed-off-by: machichima <[email protected]>
* test: compare head pod name between old and new
Signed-off-by: machichima <[email protected]>
* feat: add feature flag for deterministic head pod name
Signed-off-by: machichima <[email protected]>
* feat: use deterministic if feature flag set to true
Signed-off-by: machichima <[email protected]>
* test: head pod name with/without feature flag == true
Signed-off-by: machichima <[email protected]>
* test: sep test for head/worker pod name
Signed-off-by: machichima <[email protected]>
* docs: add feature flag desc to helm chart
Signed-off-by: machichima <[email protected]>
* fix: feature flag name
Signed-off-by: machichima <[email protected]>
* refactor: simplify check if the feature flag is set
Signed-off-by: machichima <[email protected]>
---------
Signed-off-by: machichima <[email protected]>
Copy file name to clipboardExpand all lines: helm-chart/kuberay-operator/values.yaml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -176,6 +176,9 @@ env:
176
176
# If set to true, the RayJob CR itself will be deleted if shutdownAfterJobFinishes is set to true. Note that all resources created by the RayJob CR will be deleted, including the K8s Job. Otherwise, only the RayCluster CR will be deleted. Default is false.
177
177
# - name: DELETE_RAYJOB_CR_AFTER_JOB_FINISHES
178
178
# value: "false"
179
+
# If set to true, we will use deterministic name for head pod. Otherwise, the non-deterministic name is used.
0 commit comments