Skip to content

Commit

Permalink
KEP-3983: target to beta for 1.30
Browse files Browse the repository at this point in the history
Signed-off-by: Sohan Kunkerkar <[email protected]>
  • Loading branch information
sohankunkerkar committed Jan 26, 2024
1 parent 01efead commit 8b8abfc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions keps/sig-node/3983-drop-in-configuration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ As a cluster admin, I would like to have cgroup management and log size manageme

##### e2e tests

* A test should confirm that the kubelet.conf.d directory is correctly processed, and its contents are accurately reported in the configz endpoint.
* 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.

### Graduation Criteria

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

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

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

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

No noticeable increase in the kubelet startup time.

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

No

### Dependencies

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

- 2023-05-04: KEP initialized.
- 2023-07-17: Alpha is implemented in 1.28
- 2023-09-25: KEP targeted to Beta in 1.29
- 2023-09-25: KEP retargeted to Alpha in 1.29
- 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


## Drawbacks
Expand Down
6 changes: 3 additions & 3 deletions keps/sig-node/3983-drop-in-configuration/kep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors:
owning-sig: sig-node
status: implementable
creation-date: 2023-05-04
last-updated: 2023-09-25
last-updated: 2024-01-19
reviewers:
- "@harche"
approvers:
Expand All @@ -19,12 +19,12 @@ stage: beta
# The most recent milestone for which work toward delivery of this KEP has been
# done. This can be the current (upcoming) milestone, if it is being actively
# worked on.
latest-milestone: "v1.29"
latest-milestone: "v1.30"

# The milestone at which this feature was, or is targeted to be, at each stage.
milestone:
alpha: "v1.28"
beta: "v1.29"
beta: "v1.30"
stable: "v1.31"

# The following PRR answers are required at alpha release
Expand Down

0 comments on commit 8b8abfc

Please sign in to comment.