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

[REFACTOR]: refactor execute pod cmd with client-go function #2467

Merged
merged 4 commits into from
Oct 26, 2024

Conversation

CheyuWu
Copy link
Contributor

@CheyuWu CheyuWu commented Oct 23, 2024

Why are these changes needed?

It's better to use the remotecommand package from client-go because this can remove dependencies for external command.

Related issue number

Closes #2462

Checks

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

@CheyuWu
Copy link
Contributor Author

CheyuWu commented Oct 23, 2024

@MortalHappiness PTAL

@MortalHappiness
Copy link
Member

MortalHappiness commented Oct 24, 2024

Could you fix the linter error?

https://github.com/ray-project/kuberay/actions/runs/11483120311/job/31979826457?pr=2467

@MortalHappiness
Copy link
Member

@CheyuWu could you resolve the conflicting files? Thanks

@CheyuWu
Copy link
Contributor Author

CheyuWu commented Oct 25, 2024

@MortalHappiness No problem

Copy link
Member

@MortalHappiness MortalHappiness 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 kevin85421 merged commit fb1463f into ray-project:master Oct 26, 2024
29 checks passed
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.

[Refactor] Rewrite ExecPodCmd with client-go remotecommand package
3 participants