Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

helm: Uncomment the disabled key for the default workergroup #543

Merged
merged 1 commit into from
Sep 7, 2022

Conversation

tbabej
Copy link
Contributor

@tbabej tbabej commented Sep 7, 2022

This allows comparison between boolean types, i.e. see ray-cluster/templates/raycluster-cluster.yaml:107, where we assert:

{{- if ne .Values.worker.disabled true }}

The default setting for the default workergroup is now an explicit disabled: false.

Closes #537.

This allows comparison between boolean types, i.e. see
ray-cluster/templates/raycluster-cluster.yaml:107, where we assert:

    {{- if ne .Values.worker.disabled true }}

The default setting for the default workergroup is setting disabled to
false.

Closes ray-project#537.
@DmitriGekhtman
Copy link
Collaborator

This makes sense to me.

@kevin85421 I'm not entirely sure what happened here and why I can't reproduce the issue locally.
(Perhaps it has to do with Helm versions -- I have v3.8.2 locally, while the issue was detected using v3.7.2.)

We should try to modify the template so that omitting the "disabled" field works for all Helm versions.

@DmitriGekhtman DmitriGekhtman merged commit 837e203 into ray-project:master Sep 7, 2022
@kevin85421 kevin85421 mentioned this pull request Sep 12, 2022
4 tasks
lowang-bh pushed a commit to lowang-bh/kuberay that referenced this pull request Sep 24, 2023
…ject#543)

This allows comparison between boolean types, i.e. see
ray-cluster/templates/raycluster-cluster.yaml:107, where we assert:

    {{- if ne .Values.worker.disabled true }}

The default setting for the default workergroup is setting disabled to
false.

Closes ray-project#537.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] Helm chart install fails due to undefined worker key in values.yml
2 participants