Skip to content

Commit

Permalink
[RayCluster][CI] default RayClusterStatusConditions=true in make deploy
Browse files Browse the repository at this point in the history
Signed-off-by: Rueian <[email protected]>
  • Loading branch information
rueian committed Dec 17, 2024
1 parent e8f0bc4 commit b0dc30b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ray-operator/config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
- command:
- /manager
args:
- --feature-gates=RayClusterStatusConditions=true
- --feature-gates=RayClusterStatusConditions=true # this argument can be removed for version >= v1.3 where the feature gate is enabled by default.
# - --enable-leader-election
image: kuberay/operator
imagePullPolicy: IfNotPresent
Expand Down

0 comments on commit b0dc30b

Please sign in to comment.