Skip to content

Commit 2b6eaaa

Browse files
committed
remove kustomize deprecation section
1 parent 6d5f8a6 commit 2b6eaaa

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

content/en/blog/_posts/2024-07-18-kubernetes-1.31-deprecations-and-removals.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,7 @@ If you rely on SHA-1 certificates, please start moving off them.
4444
Please see [Kubernetes issue #125689](https://github.com/kubernetes/kubernetes/issues/125689) to get a better idea of timelines around the support for SHA-1 going away, when Kubernetes releases plans to adopt go1.24, and for more details on how to detect usage of SHA-1 certificates via metrics and audit logging.
4545

4646
## Deprecations and Removals in Kubernetes 1.31
47-
48-
### Deprecate kustomize from kubectl [KEP 4706](https://github.com/kubernetes/enhancements/issues/4706)
49-
50-
In the early days of Kubernetes, when not that many tools in the field of declarative configurations existed, [kustomize](https://github.com/kubernetes-sigs/kustomize) was introduced, and to make life easier for kubectl users, it was included in kubectl by default.
51-
52-
Over the past several years, the ecosystem around Kubernetes has grown significantly, resulting in a wider spread of tooling, including declarative configuration.
53-
With these new options, users can use [kubectl plugins](/docs/tasks/extend-kubectl/kubectl-plugins/) to match their use cases with the best tool to resolve the problem at hand.
54-
55-
With Kubernetes v1.31, kustomize will be deprecated from kubectl. It will be removed in a future release.
56-
The exact removal timeline is currently described in [the enhancement](https://github.com/kubernetes/enhancements/blob/master/keps/sig-cli/4706-deprecate-and-remove-kustomize/README.md).
57-
This will allow both tools to be developed and maintained separately.
47+
5848

5949
### Deprecate Kubelet RunOnce mode [KEP 4580](https://github.com/kubernetes/enhancements/issues/4580)
6050

@@ -72,7 +62,7 @@ This field is set by the kubelet, which does not have reliable information about
7262

7363
After deprecation, users can no longer retrieve the kube-proxy version from the Node object.
7464

75-
### Removal of in-tree cloud providers - sig-cloudprovider
65+
### Removal of in-tree cloud providers
7666

7767
As highlighted in our [previous blog](/blog/2024/05/20/completing-cloud-provider-migration/), the last bits of in-tree cloud provider code have been removed.
7868
This milestone marks the completion of the externalization process for all cloud providers' integrations from the Kubernetes core ([KEP-2395](https://github.com/kubernetes/enhancements/blob/master/keps/sig-cloud-provider/2395-removing-in-tree-cloud-providers/README.md)), a process started with Kubernetes v1.26.

0 commit comments

Comments
 (0)