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

sync up helm chart's role #472

Merged
merged 1 commit into from
Aug 15, 2022

Conversation

scarlet25151
Copy link
Collaborator

Why are these changes needed?

The operator deployed by the helm chart need permission for the rayjobs resource, the role is already update in the ray-operator/config/rbac, we need sync up in the helm chart.

Related issue number

#440

Checks

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

@Jeffwan
Copy link
Collaborator

Jeffwan commented Aug 15, 2022

To address #440

@Jeffwan Jeffwan merged commit be69ab3 into ray-project:master Aug 15, 2022
Jeffwan pushed a commit to Jeffwan/kuberay that referenced this pull request Aug 16, 2022
Jeffwan added a commit that referenced this pull request Aug 16, 2022
* Update helm chart version to 0.3.0 (#461)

* helm-charts/ray-cluster: Allow extra workers (#451)

* helm-charts/ray-cluster: Allow extra workers

We can not set additional workers with the current helm chart.
There are some PRs that aim to fix this but they appear to be stale
#266

We wanted to keep untouched the default worker that is already
included in the helm chart but allow the addition of new workers.

The changes are adding the following logic:
- Allow to disable the default worker group, if needed, via worker.disabled = true
- Allow to set additional workers by using the extraWorkers map

The extraWorkers map has a different structure compared to the default worker because we
wanted to add additional flexibility. Due to that, some variables in the extraWorkers
have different naming (which matches the name of the related CRD attributed)

Note: PR was done to support additional workers in the infrastructure of Metrika.co

* Sync up helm chart's role (#472)

Co-authored-by: chenyu.jiang <[email protected]>

* Document the raycluster status (#473)

Co-authored-by: chenyu.jiang <[email protected]>

Co-authored-by: Christos Kotsis <[email protected]>
Co-authored-by: Chenyu Jiang <[email protected]>
Co-authored-by: chenyu.jiang <[email protected]>
lowang-bh pushed a commit to lowang-bh/kuberay that referenced this pull request Sep 24, 2023
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.

2 participants