secure container e2e case & guide doc#249
Conversation
… e2e tests and secure-container guide docs
|
see issue #174 |
kubernetes/test/e2e_runtime/gvisor/testdata/batchsandbox-runtimeclass.yaml
Outdated
Show resolved
Hide resolved
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ddbf36c86f
ℹ️ 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".
- Add Makefile target to download gVisor runsc and containerd-shim-runsc-v1 binaries - Include gVisor binaries in .gitignore to avoid tracking - Modify setup-gvisor target to depend on binaries download - Update Kind cluster config file path in Makefile to use new template location - Enhance Kind cluster creation commands to use downloaded binaries - Add environment variable KIND_CLUSTER support for gVisor tests - Improve command comments and error handling in gVisor test suite - Remove unused RenderTemplate function and unnecessary imports in helpers.go - Change relative directory comments from Chinese to English in tests
5f1004d to
9d0b9cd
Compare
9d0b9cd to
cd9f468
Compare
cd9f468 to
a64513c
Compare
# Conflicts: # kubernetes/Makefile # server/README.md # server/README_zh.md # server/src/main.py
7cf8651 to
696d6ba
Compare
6bad9c4 to
cd6c8cb
Compare
|
add this feature to README.md, like this:
|
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 0db17ac692
ℹ️ 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".
Summary
Testing
Breaking Changes
Checklist