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

Allow annotations in ray cluster helm chart #574

Conversation

sigmundv
Copy link
Contributor

Why are these changes needed?

Extra annotations on the RayCluster custom resource are needed to enable functions like GCS FT for a Ray cluster. These annotations should be configurable in the Helm chart without editing the raycluster-cluster.yaml template.

Related issue number

I couldn't find any related issue.

Checks

  • I've made sure the tests are passing.
  • Testing Strategy
    • Unit tests
    • Manual tests
    • This PR is not tested :(

Extra annotations on the RayCluster custom resource are needed to enable functions like GCS FT for a Ray cluster. These annotations should be configurable in the Helm chart without editing the `raycluster-cluster.yaml` template.

Signed-off-by: Sigmund Vestergaard <sigmundv@gmail.com>
We only want to add an annotations block if it is specified in values.yaml

Signed-off-by: Sigmund Vestergaard <sigmundv@gmail.com>
@DmitriGekhtman
Copy link
Collaborator

@kevin85421 could you help review this PR?

@Jeffwan Jeffwan merged commit c857ca4 into ray-project:master Oct 11, 2022
lowang-bh pushed a commit to lowang-bh/kuberay that referenced this pull request Sep 24, 2023
* Allow annotations in RayCluster CR

Extra annotations on the RayCluster custom resource are needed to enable functions like GCS FT for a Ray cluster. These annotations should be configurable in the Helm chart without editing the `raycluster-cluster.yaml` template.

Signed-off-by: Sigmund Vestergaard <sigmundv@gmail.com>

* Only render annotations if they are set

We only want to add an annotations block if it is specified in values.yaml

Signed-off-by: Sigmund Vestergaard <sigmundv@gmail.com>

Signed-off-by: Sigmund Vestergaard <sigmundv@gmail.com>
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.

None yet

3 participants