Skip to content

Commit 0291e04

Browse files
committed
Address review from terrytangyuan
Signed-off-by: Sascha Grunert <[email protected]>
1 parent 83c6670 commit 0291e04

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

keps/sig-node/4639-oci-volume-source/README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,14 +210,18 @@ Beside that, I want:
210210

211211
#### Story 2
212212

213-
As a DevOps engineer, I want to package and distribute binary artifacts using OCI image and distribution specification standards and mount them directly into my Kubernetes pods,
214-
so that I can streamline my CI/CD pipeline. I want to package this file in an OCI object to take advantage of OCI distribution.
213+
As a DevOps engineer, I want to package and distribute binary artifacts using
214+
OCI image and distribution specification standards and mount them directly into
215+
my Kubernetes pods, so that I can streamline my CI/CD pipeline. This allows me to
216+
maintain a small set of base images by attaching the CI/CD artifacts to them.
217+
Beside that, I want to package the artifacts in an OCI object to take advantage
218+
of OCI distribution.
215219

216220
#### Story 3
217221

218222
As a data scientist, MLOps engineer, or AI developer, I want to mount large language models or machine learning models in a pod alongside a model-server, so that I can efficiently serve the models
219-
without including them in the container image. I want to package these models in an OCI object to take advantage of OCI distribution and ensure
220-
efficient model deployment. This allows to separate the data from the executables that process them.
223+
without including them in the model-server container image. I want to package these models in an OCI object to take advantage of OCI distribution and ensure
224+
efficient model deployment. This allows to separate the model specifications/content from the executables that process them.
221225

222226
#### Story 4
223227

keps/sig-node/4639-oci-volume-source/kep.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ reviewers:
2727
- "@sftim"
2828
- "@sudo-bmitch"
2929
- "@syed"
30+
- "@terrytangyuan"
3031
- "@vsoch"
3132
- "@xing-yang"
3233
approvers:

0 commit comments

Comments
 (0)