feat(server): Add pvc support in k8s runtime#424
Conversation
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
d4f025f to
5e291b8
Compare
hittyt
left a comment
There was a problem hiding this comment.
Added support for Kubernetes PVC and HostPath volumes in K8s runtime, but several architectural and security improvements are needed, specifically regarding volume validation and code duplication.
5e291b8 to
ed18cbb
Compare
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ed18cbb959
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
ed18cbb to
040a62e
Compare
Summary
Add pvc volume in k8s runtime, users can use existing PVC to persist data in sandbox.
Testing
Breaking Changes
Checklist