From fa4113d9adb7408b4f41f7cfe3bc91045f7c71bc Mon Sep 17 00:00:00 2001 From: Sergey Kanzhelev Date: Mon, 10 Oct 2022 17:53:13 +0000 Subject: [PATCH] remove dynamic kubelet config completely --- .../281-dynamic-kubelet-configuration/README.md | 3 ++- .../281-dynamic-kubelet-configuration/kep.yaml | 13 +++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/keps/sig-node/281-dynamic-kubelet-configuration/README.md b/keps/sig-node/281-dynamic-kubelet-configuration/README.md index de71c0b7efb..31c50e5cdf2 100644 --- a/keps/sig-node/281-dynamic-kubelet-configuration/README.md +++ b/keps/sig-node/281-dynamic-kubelet-configuration/README.md @@ -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 diff --git a/keps/sig-node/281-dynamic-kubelet-configuration/kep.yaml b/keps/sig-node/281-dynamic-kubelet-configuration/kep.yaml index fdc2e9380f7..f08c287b976 100644 --- a/keps/sig-node/281-dynamic-kubelet-configuration/kep.yaml +++ b/keps/sig-node/281-dynamic-kubelet-configuration/kep.yaml @@ -4,7 +4,7 @@ authors: - "@mtaufen" owning-sig: sig-node participating-sigs: -status: implemented (beta) +status: removed creation-date: 2017-04-26 reviewers: - "@lavalamp" @@ -24,7 +24,7 @@ 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: @@ -32,12 +32,17 @@ milestone: 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: