Skip to content

Commit 8b8abfc

Browse files
KEP-3983: target to beta for 1.30
Signed-off-by: Sohan Kunkerkar <[email protected]>
1 parent 01efead commit 8b8abfc

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

keps/sig-node/3983-drop-in-configuration/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ As a cluster admin, I would like to have cgroup management and log size manageme
191191

192192
##### e2e tests
193193

194-
* A test should confirm that the kubelet.conf.d directory is correctly processed, and its contents are accurately reported in the configz endpoint.
194+
* A [test](https://github.com/kubernetes/kubernetes/blob/master/test/e2e_node/kubelet_config_dir_test.go) should confirm that the kubelet.conf.d directory is correctly processed, and its contents are accurately reported in the configz endpoint.
195195

196196
### Graduation Criteria
197197

@@ -295,12 +295,15 @@ In beta and onwards, the user will be able to read this off logs or the API, to
295295

296296
###### What are the reasonable SLOs (Service Level Objectives) for the enhancement?
297297

298+
The node bootstrap time should be minimal so kubelet doesn't take too long to reconcile the configuration.
298299

299300
###### What are the SLIs (Service Level Indicators) an operator can use to determine the health of the service?
300301

302+
No noticeable increase in the kubelet startup time.
301303

302304
###### Are there any missing metrics that would be useful to have to improve observability of this feature?
303305

306+
No
304307

305308
### Dependencies
306309

@@ -370,7 +373,8 @@ Fix the invalid configuration, or remove configurations.
370373

371374
- 2023-05-04: KEP initialized.
372375
- 2023-07-17: Alpha is implemented in 1.28
373-
- 2023-09-25: KEP targeted to Beta in 1.29
376+
- 2023-09-25: KEP retargeted to Alpha in 1.29
377+
- 2024-01-19: Added an [e2e](https://testgrid.k8s.io/sig-node-release-blocking#node-kubelet-serial-containerd&include-filter-by-regex=KubeletConfigDropInDir) test and set KEP target to Beta in 1.30
374378

375379

376380
## Drawbacks

keps/sig-node/3983-drop-in-configuration/kep.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors:
77
owning-sig: sig-node
88
status: implementable
99
creation-date: 2023-05-04
10-
last-updated: 2023-09-25
10+
last-updated: 2024-01-19
1111
reviewers:
1212
- "@harche"
1313
approvers:
@@ -19,12 +19,12 @@ stage: beta
1919
# The most recent milestone for which work toward delivery of this KEP has been
2020
# done. This can be the current (upcoming) milestone, if it is being actively
2121
# worked on.
22-
latest-milestone: "v1.29"
22+
latest-milestone: "v1.30"
2323

2424
# The milestone at which this feature was, or is targeted to be, at each stage.
2525
milestone:
2626
alpha: "v1.28"
27-
beta: "v1.29"
27+
beta: "v1.30"
2828
stable: "v1.31"
2929

3030
# The following PRR answers are required at alpha release

0 commit comments

Comments
 (0)