Skip to content

Commit 6da9c34

Browse files
authored
Merge pull request #31799 from SergeyKanzhelev/dynamicKubeletConfig
Dynamic kubelet config is removed
2 parents 1f12def + 152ccda commit 6da9c34

File tree

3 files changed

+24
-366
lines changed

3 files changed

+24
-366
lines changed

content/en/blog/_posts/2018-07-11-dynamic-kubelet-configuration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ date: 2018-07-11
66

77
**Author**: Michael Taufen (Google)
88

9+
**Editor’s note: The feature has been removed in the version 1.24 after deprecation in 1.22.**
10+
911
**Editor’s note: this post is part of a [series of in-depth articles](https://kubernetes.io/blog/2018/06/27/kubernetes-1.11-release-announcement/) on what’s new in Kubernetes 1.11**
1012

1113
## Why Dynamic Kubelet Configuration?

content/en/docs/reference/command-line-tools-reference/feature-gates.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -784,8 +784,9 @@ Each feature gate is designed for enabling/disabling a specific feature:
784784
- `DryRun`: Enable server-side [dry run](/docs/reference/using-api/api-concepts/#dry-run) requests
785785
so that validation, merging, and mutation can be tested without committing.
786786
- `DynamicAuditing`: Used to enable dynamic auditing before v1.19.
787-
- `DynamicKubeletConfig`: Enable the dynamic configuration of kubelet. See
788-
[Reconfigure kubelet](/docs/tasks/administer-cluster/reconfigure-kubelet/).
787+
- `DynamicKubeletConfig`: Enable the dynamic configuration of kubelet. The
788+
feature is no longer supported outside of supported skew policy. The feature
789+
gate was removed from kubelet in 1.24. See [Reconfigure kubelet](/docs/tasks/administer-cluster/reconfigure-kubelet/).
789790
- `DynamicProvisioningScheduling`: Extend the default scheduler to be aware of
790791
volume topology and handle PV provisioning.
791792
This feature is superseded by the `VolumeScheduling` feature completely in v1.12.

0 commit comments

Comments
 (0)