File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
helm-chart/kuberay-operator Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -16,3 +16,5 @@ featureGates:
1616 enabled : true
1717 - name : RayJobDeletionPolicy
1818 enabled : true
19+ - name : RayMultiHostIndexing
20+ enabled : true
Original file line number Diff line number Diff line change @@ -172,6 +172,8 @@ spec:
172172| featureGates[ 0] .enabled | bool | ` true ` | |
173173| featureGates[ 1] .name | string | ` "RayJobDeletionPolicy" ` | |
174174| featureGates[ 1] .enabled | bool | ` false ` | |
175+ | featureGates[ 2] .name | string | ` "RayMultiHostIndexing" ` | |
176+ | featureGates[ 2] .enabeld | bool | ` false ` | |
175177| metrics.enabled | bool | ` true ` | Whether KubeRay operator should emit control plane metrics. |
176178| metrics.serviceMonitor.enabled | bool | ` false ` | Enable a prometheus ServiceMonitor |
177179| metrics.serviceMonitor.interval | string | ` "30s" ` | Prometheus ServiceMonitor interval |
Original file line number Diff line number Diff line change @@ -117,6 +117,8 @@ featureGates:
117117 enabled : true
118118- name : RayJobDeletionPolicy
119119 enabled : false
120+ - name : RayMultiHostIndexing
121+ enabeld : false
120122
121123# Configurations for KubeRay operator metrics.
122124metrics :
You can’t perform that action at this time.
0 commit comments