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

Allow to install and remove operator via scripts #1545

Merged

Conversation

jiripetrlik
Copy link
Contributor

Why are these changes needed?

It allows to install and uninstall Kuberay operator using scripts. It will be useful for environments where it is not possible to use Helm.

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

@kevin85421 kevin85421 self-requested a review October 20, 2023 17:22
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.

LGTM. Just some nits. The codebase becomes much cleaner!

@@ -83,7 +74,7 @@ def setUpClass(cls):
CONST.RAY_IMAGE_KEY: ray_image,
Copy link
Member

Choose a reason for hiding this comment

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

Should we remove image_dict here?

@@ -230,7 +221,7 @@ def setUpClass(cls):
CONST.RAY_IMAGE_KEY: ray_image,
Copy link
Member

Choose a reason for hiding this comment

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

Should we remove image_dict here?

@kevin85421 kevin85421 self-assigned this Oct 20, 2023
@jiripetrlik jiripetrlik force-pushed the custom-install-cleanup-scripts branch 2 times, most recently from a7e7446 to 72931eb Compare October 30, 2023 15:52
@jiripetrlik
Copy link
Contributor Author

@kevin85421 Thank you for the review! Both comments should be fixed. Can we merge?

@jiripetrlik
Copy link
Contributor Author

FYI: @sutaakar

@kevin85421
Copy link
Member

Rerun the flaky tests. I will merge this PR after they pass.

@kevin85421
Copy link
Member

@jiripetrlik Could you fix the CI errors?
Screen Shot 2023-10-30 at 2 13 59 PM

@jiripetrlik
Copy link
Contributor Author

@kevin85421
It should be fixed now. I still see some CI errors, but I think it is not related to this PR.

@kevin85421 kevin85421 merged commit ff66bcb into ray-project:master Oct 31, 2023
22 of 23 checks passed
kevin85421 pushed a commit to kevin85421/kuberay that referenced this pull request Nov 2, 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.

None yet

2 participants