Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove dynamic kubelet config completely #3605

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion keps/sig-node/281-dynamic-kubelet-configuration/README.md
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
13 changes: 9 additions & 4 deletions keps/sig-node/281-dynamic-kubelet-configuration/kep.yaml
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,25 @@ 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
- name: "DynamicKubeletConfig"
components:
- kube-apiserver
- kubelet
disable-supported: false

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