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

[Feature] Sync for manifests and helm chart #564

Merged
merged 14 commits into from
Sep 15, 2022

Conversation

kevin85421
Copy link
Member

@kevin85421 kevin85421 commented Sep 14, 2022

Why are these changes needed?

The CRD inconsistency between ray-operator/config/crd/bases/ and helm-chart/kuberay-operator/crds/ is possible to cause bugs like #538. Hence, we need to check the consistency in GitHub Actions.

Related issue number

Closes #446
#538

Checks

#565 is the control group.

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

Copy link
Collaborator

@DmitriGekhtman DmitriGekhtman left a comment

Choose a reason for hiding this comment

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

looks great to me (just a couple of grammar nits),
any thoughts @Jeffwan @scarlet25151?

ray-operator/DEVELOPMENT.md Outdated Show resolved Hide resolved
.github/workflows/consistency-check.yaml Outdated Show resolved Hide resolved
Copy link
Collaborator

@scarlet25151 scarlet25151 left a comment

Choose a reason for hiding this comment

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

LGTM.

kevin85421 and others added 2 commits September 14, 2022 17:01
Co-authored-by: Dmitri Gekhtman <[email protected]>
Signed-off-by: Kai-Hsun Chen <[email protected]>
Co-authored-by: Dmitri Gekhtman <[email protected]>
Signed-off-by: Kai-Hsun Chen <[email protected]>
@DmitriGekhtman
Copy link
Collaborator

Nice! Do we still need a PR with some logic to keep RBAC in sync?

@DmitriGekhtman DmitriGekhtman merged commit 4aa53f4 into ray-project:master Sep 15, 2022
@kevin85421
Copy link
Member Author

Nice! Do we still need a PR with some logic to keep RBAC in sync?

Oh, I think we need RBAC synchronization. I will open an issue.

lowang-bh pushed a commit to lowang-bh/kuberay that referenced this pull request Sep 24, 2023
The CRD inconsistency between ray-operator/config/crd/bases/ and helm-chart/kuberay-operator/crds/ is possible to cause bugs like ray-project#538. Hence, we need to check the consistency in GitHub Actions.

Signed-off-by: Kai-Hsun Chen <[email protected]>
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] need sync for manifests and helm chart
3 participants