Skip to content

Commit

Permalink
remove dynamic kubelet config completely
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyKanzhelev committed Oct 10, 2022
1 parent 2cd758c commit 07fb5eb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
3 changes: 2 additions & 1 deletion keps/sig-node/281-dynamic-kubelet-configuration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,8 @@ N/A
- 1.9 Incremental improvements working towards 1.10 goals
- 1.11 Beta release
- 1.21 Feature is marked for deprecation
- 1.24 Featuer is removed from kubelet. It will be removed from control plane in 1.26 to support version skew.
- 1.24 Feature is removed from kubelet. It will be removed from control plane in 1.26 to support version skew.
- 1.26 Fully removed from kubernetes

## Drawbacks

Expand Down
10 changes: 6 additions & 4 deletions keps/sig-node/281-dynamic-kubelet-configuration/kep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors:
- "@mtaufen"
owning-sig: sig-node
participating-sigs:
status: implemented (beta)
status: removed
creation-date: 2017-04-26
reviewers:
- "@lavalamp"
Expand All @@ -24,20 +24,22 @@ stage: removed
# 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.24"
latest-milestone: "v1.26"

# The milestone at which this feature was, or is targeted to be, at each stage.
milestone:
alpha: "v1.8"
beta: "v1.11"
stable: "never"
deprecated: "v1.22"
removed: "v1.24"
removed: "v1.24" # from kubelet, left on control plane for skew nodes support
# fully removed in v1.26

# The following PRR answers are required at alpha release
# List the feature gate name and the components for which it must be enabled
feature-gates:
disable-supported: true
- "DynamicKubeletConfig"
disable-supported: false

# The following PRR answers are required at beta release
metrics:

0 comments on commit 07fb5eb

Please sign in to comment.