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

KEP-4639: adding OCI VolumeSource #4642

Merged
merged 37 commits into from
Jun 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
0ea6a01
kep for OCI VolumeSource
sallyom May 17, 2024
e19f0a2
update with alternatives
sallyom May 22, 2024
fd15ec5
update to include diffs from images & artifacts
sallyom May 22, 2024
71adef2
Add CRI and kubelet implementation details
saschagrunert May 31, 2024
43b47ee
Address review from mrunalp
saschagrunert May 31, 2024
a0b43dc
Remove scheduler changes
saschagrunert Jun 3, 2024
3bbd24a
Address review from SergeyKanzhelev
saschagrunert Jun 3, 2024
aeaedd9
Add runtime_handler and annotations
saschagrunert Jun 3, 2024
ba69389
Reuse `ImageService` instead of new RPCs
saschagrunert Jun 4, 2024
f1ec54f
Address review points from mikebrow
saschagrunert Jun 5, 2024
ec69891
Add user story from sftim
saschagrunert Jun 5, 2024
9f15141
Add review from smuelkarp
saschagrunert Jun 5, 2024
83c6670
Add first PRR answers
saschagrunert Jun 11, 2024
0291e04
Address review from terrytangyuan
saschagrunert Jun 12, 2024
1ca8b14
Add proposal how to handle SELinux
saschagrunert Jun 12, 2024
d0908f6
Let the runtime decide the mount path
saschagrunert Jun 12, 2024
1dc558b
Add more detail to the PRR
saschagrunert Jun 12, 2024
3f72dce
Add more details about the pull policy
saschagrunert Jun 13, 2024
37837bf
Address review from smarterclayton
saschagrunert Jun 14, 2024
448f855
Add review from SergeyKanzhelev
saschagrunert Jun 14, 2024
55e87ce
Add reviewers
saschagrunert Jun 14, 2024
105b75e
Add note about volume lifecycle and pod eviction
saschagrunert Jun 14, 2024
3f0bec8
Add feedback from mrunalp
saschagrunert Jun 17, 2024
923448c
Add required `PodSandbox` addition
saschagrunert Jun 17, 2024
9fbda21
Add more details on the CRI and how the `mountpoint` is used
saschagrunert Jun 17, 2024
526a608
Let the kubelet manage the image/artifact lifecycle
saschagrunert Jun 17, 2024
90b40ff
Mention subPath validation
saschagrunert Jun 17, 2024
b3e88db
Clarify on OCI referrers
saschagrunert Jun 18, 2024
96224e9
life-cycle -> lifecycle
saschagrunert Jun 18, 2024
0125063
Add note about CRI details
saschagrunert Jun 18, 2024
e5013dc
add no enhancement alternative
sallyom Jun 18, 2024
91e367c
update toc
sallyom Jun 18, 2024
2300ee9
Add more flow explanation and mermaid chart
saschagrunert Jun 19, 2024
e23bc03
Make API section dedicated
saschagrunert Jun 19, 2024
5d78981
Integrate review from sudo-bmitch
saschagrunert Jun 20, 2024
5155c90
Add API feature gate
saschagrunert Jun 20, 2024
fac2625
Added mrunalp as approver and removed oscar.doe
saschagrunert Jun 21, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions keps/prod-readiness/sig-node/4639.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kep-number: 4639
alpha:
approver: "@deads2k"
Loading