Skip to content

Commit 152ccda

Browse files
Dynamic Kubelet Configuration feature is removed
1 parent 8d91229 commit 152ccda

File tree

3 files changed

+25
-367
lines changed

3 files changed

+25
-367
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: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -756,8 +756,9 @@ Each feature gate is designed for enabling/disabling a specific feature:
756756
- `DryRun`: Enable server-side [dry run](/docs/reference/using-api/api-concepts/#dry-run) requests
757757
so that validation, merging, and mutation can be tested without committing.
758758
- `DynamicAuditing`: Used to enable dynamic auditing before v1.19.
759-
- `DynamicKubeletConfig`: Enable the dynamic configuration of kubelet. See
760-
[Reconfigure kubelet](/docs/tasks/administer-cluster/reconfigure-kubelet/).
759+
- `DynamicKubeletConfig`: Enable the dynamic configuration of kubelet. The
760+
feature is no longer supported outside of supported skew policy. The feature
761+
gate was removed from kubelet in 1.24. See [Reconfigure kubelet](/docs/tasks/administer-cluster/reconfigure-kubelet/).
761762
- `DynamicProvisioningScheduling`: Extend the default scheduler to be aware of
762763
volume topology and handle PV provisioning.
763764
This feature is superseded by the `VolumeScheduling` feature completely in v1.12.
@@ -920,7 +921,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
920921
Must be used with `KubeletConfiguration.failSwapOn` set to false.
921922
For more details, please see [swap memory](/docs/concepts/architecture/nodes/#swap-memory)
922923
- `NonPreemptingPriority`: Enable `preemptionPolicy` field for PriorityClass and Pod.
923-
- `OpenAPIEnums`: Enables populating "enum" fields of OpenAPI schemas in the
924+
- `OpenAPIEnums`: Enables populating "enum" fields of OpenAPI schemas in the
924925
spec returned from the API server.
925926
- `OpenAPIV3`: Enables the API server to publish OpenAPI v3.
926927
- `PVCProtection`: Enable the prevention of a PersistentVolumeClaim (PVC) from

0 commit comments

Comments
 (0)