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

[Ray 2.3.0] Update --redis-password for RayCluster #929

Merged
merged 3 commits into from
Feb 25, 2023

Conversation

kevin85421
Copy link
Member

@kevin85421 kevin85421 commented Feb 24, 2023

Why are these changes needed?

Ray 2.3.0 changes REDIS_DEFAULT_PASSWORD from "5241590000000000" to "" in ray-project/ray#31257.

Related issue number

Closes #927
ray-project/ray#32794
#925

Checks

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

    RAY_IMAGE=rayproject/ray:2.3.0 python3 tests/compatibility-test.py RayFTTestCase 2>&1 | tee log
    Screen Shot 2023-02-24 at 11 36 24 AM
  • RayService sample YAML test:

    RAY_IMAGE=rayproject/ray:2.3.0 OPERATOR_IMAGE=kuberay/operator:nightly python3 tests/test_sample_rayservice_yamls.py 2>&1 | tee log
    Screen Shot 2023-02-24 at 11 47 08 AM
  • RayCluster sample YAML test

    RAY_IMAGE=rayproject/ray:2.3.0 OPERATOR_IMAGE=kuberay/operator:nightly python3 tests/test_sample_raycluster_yamls.py 2>&1 | tee log
    Screen Shot 2023-02-24 at 12 02 51 PM
  • Pod security test

    python3 tests/test_security.py 2>&1 | tee log
    Screen Shot 2023-02-24 at 3 42 22 PM

@kevin85421 kevin85421 changed the title WIP: Update --redis-password for RayCluster [Ray 2.3.0] Update --redis-password for RayCluster Feb 24, 2023
@kevin85421
Copy link
Member Author

cc @Yicheng-Lu-llll

@kevin85421 kevin85421 merged commit eef1d89 into ray-project:master Feb 25, 2023
lowang-bh pushed a commit to lowang-bh/kuberay that referenced this pull request Sep 24, 2023
Ray 2.3.0 changes REDIS_DEFAULT_PASSWORD from "5241590000000000" to ""
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] Ray 2.3.0 cannot connect to Redis
2 participants