File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
keps/sig-windows/2258-node-service-log-viewer Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -302,13 +302,13 @@ e2e tests. For Windows a new set of tests will be added to the existing
302
302
303
303
### Graduation Criteria
304
304
305
- The plan is to introduce the feature as alpha in the v1.25 time frame behind the
305
+ The plan is to introduce the feature as alpha in the v1.26 time frame behind the
306
306
` NodeLogViewer ` kubelet feature gate and using the ` kubectl alpha node-logs `
307
307
sub-command.
308
308
309
309
#### Alpha -> Beta Graduation
310
310
311
- The plan is to graduate the feature to beta in the v1.26 time frame. At that
311
+ The plan is to graduate the feature to beta in the v1.27 time frame. At that
312
312
point we would have collected feedback from cluster administrators and
313
313
developers who have enabled the feature. Based on this feedback and issues
314
314
opened we should consider adding a kubelet side throttle for the viewing the
@@ -320,7 +320,7 @@ The kubectl implementation will move from `kubectl alpha node-logs` to
320
320
` kubectl node-logs ` .
321
321
#### Beta -> GA Graduation
322
322
323
- The plan is to graduate the feature to GA in the v1.27 time frame at which point
323
+ The plan is to graduate the feature to GA in the v1.28 time frame at which point
324
324
any major issues should have been surfaced and addressed during the alpha and
325
325
beta phases.
326
326
Original file line number Diff line number Diff line change @@ -18,18 +18,18 @@ approvers:
18
18
prr-approvers :
19
19
- " @johnbelamaric"
20
20
creation-date : 2021-01-14
21
- last-updated : 2021-05-05
21
+ last-updated : 2022-06-06
22
22
# The target maturity stage in the current dev cycle for this KEP.
23
23
stage : alpha
24
24
25
25
# The most recent milestone for which work toward delivery of this KEP has been
26
26
# done. This can be the current (upcoming) milestone, if it is being actively
27
27
# worked on.
28
- latest-milestone : " v1.25 "
28
+ latest-milestone : " v1.26 "
29
29
30
30
# The milestone at which this feature was, or is targeted to be, at each stage.
31
31
milestone :
32
- alpha : " v1.25 "
32
+ alpha : " v1.26 "
33
33
34
34
# The following PRR answers are required at alpha release
35
35
# List the feature gate name and the components for which it must be enabled
You can’t perform that action at this time.
0 commit comments