Skip to content

Commit

Permalink
Merge pull request #31799 from SergeyKanzhelev/dynamicKubeletConfig
Browse files Browse the repository at this point in the history
Dynamic kubelet config is removed
  • Loading branch information
k8s-ci-robot committed Mar 25, 2022
2 parents 1f12def + 152ccda commit 6da9c34
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 366 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ date: 2018-07-11

**Author**: Michael Taufen (Google)

**Editor’s note: The feature has been removed in the version 1.24 after deprecation in 1.22.**

**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**

## Why Dynamic Kubelet Configuration?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -784,8 +784,9 @@ Each feature gate is designed for enabling/disabling a specific feature:
- `DryRun`: Enable server-side [dry run](/docs/reference/using-api/api-concepts/#dry-run) requests
so that validation, merging, and mutation can be tested without committing.
- `DynamicAuditing`: Used to enable dynamic auditing before v1.19.
- `DynamicKubeletConfig`: Enable the dynamic configuration of kubelet. See
[Reconfigure kubelet](/docs/tasks/administer-cluster/reconfigure-kubelet/).
- `DynamicKubeletConfig`: Enable the dynamic configuration of kubelet. The
feature is no longer supported outside of supported skew policy. The feature
gate was removed from kubelet in 1.24. See [Reconfigure kubelet](/docs/tasks/administer-cluster/reconfigure-kubelet/).
- `DynamicProvisioningScheduling`: Extend the default scheduler to be aware of
volume topology and handle PV provisioning.
This feature is superseded by the `VolumeScheduling` feature completely in v1.12.
Expand Down

0 comments on commit 6da9c34

Please sign in to comment.