Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@Yicheng-Lu-llll
Copy link
Collaborator

@Yicheng-Lu-llll Yicheng-Lu-llll commented Aug 10, 2024

Why are these changes needed?

See #2297 for the reason.

RayClusterProvisioned represents the first time all Ray pods are ready. So after RayClusterProvisioned is set to true for the first time, It will not change any more:

    Last Transition Time:   2024-08-10T23:00:02Z
    Message:                All Ray Pods are ready for the first time
    Reason:                 AllPodRunningAndReadyFirstTime
    Status:                 True
    Type:                   RayClusterProvisioned

Related issue number

Closes #2297

Checks

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

Signed-off-by: Yicheng-Lu-llll <[email protected]>

By("Check RayCluster HeadPodReady condition is true")
// The head pod is ready, so RayClusterReady condition should be added and set to True.
// The head pod is ready, so HeadPodReady condition should be added and set to True.
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Fix a typo

@Yicheng-Lu-llll Yicheng-Lu-llll marked this pull request as ready for review August 10, 2024 23:05
@Yicheng-Lu-llll
Copy link
Collaborator Author

cc @kevin85421 @andrewsykim

@kevin85421 kevin85421 self-assigned this Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Conditions HeadPodReady and RayClusterReady have overlapping meanings

2 participants