-
Notifications
You must be signed in to change notification settings - Fork 690
feat: add fsgroup to ProfilingJob #4298
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
Conversation
Signed-off-by: Hannah Zhang <[email protected]>
WalkthroughThe changes add fsGroup security context configuration to the profiling job's PodSpec in the DynamoGraph deployment controller, setting it to 0 to ensure correct permissions for the profiler runtime. A corresponding test case validates this security context configuration. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Poem
Pre-merge checks❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
🧰 Additional context used🧠 Learnings (2)📓 Common learnings📚 Learning: 2025-06-11T21:18:00.425ZApplied to files:
🧬 Code graph analysis (1)deploy/cloud/operator/internal/controller/dynamographdeploymentrequest_controller_test.go (2)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
🔇 Additional comments (3)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Could you clarify the title a little, maybe add a short description? What is |
deploy/cloud/operator/internal/controller/dynamographdeploymentrequest_controller.go
Outdated
Show resolved
Hide resolved
Signed-off-by: Hannah Zhang <[email protected]>
|
/ok to test c6a7aeb |
|
/ok to test feb3395 |
Signed-off-by: Hannah Zhang <[email protected]>
Overview:
Details:
Where should the reviewer start?
Related Issues: (use one of the action keywords Closes / Fixes / Resolves / Relates to)
Summary by CodeRabbit
Bug Fixes
Tests