Skip to content

Commit 596f2e8

Browse files
committed
Move KEP-3542 to 1.28
1 parent d9cda94 commit 596f2e8

File tree

3 files changed

+19
-9
lines changed

3 files changed

+19
-9
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# The KEP must have an approver from the
2+
# "prod-readiness-approvers" group
3+
# of http://git.k8s.io/enhancements/OWNERS_ALIASES
4+
kep-number: 3542
5+
alpha:
6+
approver: "@johnbelamaric"

keps/sig-node/3542-cri-image-pulling-with-progress-notification/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ updates.
175175

176176
## Motivation
177177

178-
In High Performance Computing and other specialized enviroments container
178+
In High Performance Computing and other specialized environments container
179179
images often get extremely big. Pulling such images even over high speed
180180
links can take a lot of time, tens of minutes or more. This often results
181181
in a bad user experience when deploying a workload triggers pulling such
@@ -261,7 +261,7 @@ bogged down.
261261
#### Story 1
262262

263263
The user is deploying an application to the k8s cluster, the Pod is being
264-
scheduled and creation of the Pod beginning. The only event occuring on the Pod
264+
scheduled and creation of the Pod beginning. The only event occurring on the Pod
265265
object events list is "Pulling image", with no progress indicator, or ETA.
266266

267267
If CRI had a possility to expose the progress and / or ETA for completing the
@@ -337,7 +337,7 @@ every n. percent) or the amount of bytes downloaded which is the default one.
337337
PodSandboxConfig sandbox_config = 3;
338338
// Granularity type of the progress reports
339339
PullImageProgressGranularity granularity_type = 4;
340-
// The interval value of the choosen granularity.
340+
// The interval value of the chosen granularity.
341341
// For time based granularity, this is the number of seconds between reports. If time interval is 0, then report is done every 60s.
342342
// For percent based granularity, this is the number of percent value between reports. If percent interval is 0, then report is done every 10%
343343
// For the default byte based granularity, this is the number of bytes received between reports. If set to 0, then runtime will report progress as image is downloaded.

keps/sig-node/3542-cri-image-pulling-with-progress-notification/kep.yaml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,27 @@ authors:
66
owning-sig: sig-node
77
participating-sigs:
88
- sig-node
9-
status: implementable
9+
status: provisional
1010
creation-date: 2022-09-23
11-
reviewers: []
12-
approvers: []
11+
reviewers:
12+
- "@kubernetes/sig-node-api-reviews"
13+
- "@sig-node-reviewers"
14+
- "@mrunalp"
15+
approvers:
16+
- "@sig-node-leads"
1317

1418
# The target maturity stage in the current dev cycle for this KEP.
1519
stage: alpha
1620

1721
# The most recent milestone for which work toward delivery of this KEP has been
1822
# done. This can be the current (upcoming) milestone, if it is being actively
1923
# worked on.
20-
latest-milestone: "v1.26"
24+
latest-milestone: "v1.28"
2125

2226
# The milestone at which this feature was, or is targeted to be, at each stage.
2327
milestone:
24-
alpha: "v1.26"
25-
beta: "v1.27"
28+
alpha: "v1.28"
29+
beta: "v1.29"
2630
stable:
2731

2832
# The following PRR answers are required at alpha release

0 commit comments

Comments
 (0)