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

add nodeSelector and securityContext for apiserver #2556

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

pengliangml
Copy link

@pengliangml pengliangml commented Nov 20, 2024

Why are these changes needed?

We utilize the combinations of tolerances and nodeSelector to manage which nodes the computing pods would be assigned to. And we also have the apiserver for access control, so it's important to support nodeSelector for apiserver. Could you kindly review and merge this PR? Thanks!

Related issue number

None

Checks

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

@pengliangml
Copy link
Author

@kevin85421

@kevin85421
Copy link
Member

cc @YQ-Wang @han-steve would you mind reviewing this PR? Thanks!

@blublinsky
Copy link
Contributor

This seems like a duplicate of #2523

@pengliangml pengliangml changed the title add nodeSelector for apiserver add nodeSelector and securityContext for apiserver Jan 9, 2025
@pengliangml
Copy link
Author

In order to interact with other systems, we need to set the UID and GID of ray pods through the apiserver, so new features are added. 1) enhance securityContext fields in go backend, 2) add securityContext python sdk in python frontend. Could you please review again and help merge this PR? Thanks @kevin85421

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.

3 participants