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

feat: support default function for containerEnv on additionalWorkerGroups in ray-cluster helm chart #2570

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TessaIO
Copy link

@TessaIO TessaIO commented Nov 26, 2024

Why are these changes needed?

Make the deployment of ray-cluster helm chart with containerEnv not being specified easier using Terraform.

Related issue number

Closes #2569

Checks

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

…oups in ray-cluster helm chart;

Signed-off-by: ahmed.g <[email protected]>
Signed-off-by: TessaIO <[email protected]>
@kevin85421 kevin85421 self-assigned this Nov 26, 2024
Copy link
Member

@kevin85421 kevin85421 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you mind providing details on how you manually tested it (a screenshot would also help) before I merge the PR?

@TessaIO
Copy link
Author

TessaIO commented Nov 27, 2024

Couple of tests:
1- We don't specify the containerEnv variable, and we should have no error and nothing should be created since default is an empty list
Screenshots:
Screenshot 2024-11-27 at 10 28 55
Screenshot 2024-11-27 at 10 30 44

2- We test the old behavior where we set a containerEnv, and we should it being added in the manifest
Screenshots:
Screenshot 2024-11-27 at 10 31 02
Screenshot 2024-11-27 at 10 31 16

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.

[Feature] Introduce default function for Helm additionalWorkerGroups containerEnv in ray-cluster helm chart
2 participants