Skip to content

Commit 0e97419

Browse files
committed
reorders items in blogs, gathers all in-tree changes to one header
1 parent 2009665 commit 0e97419

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

content/en/blog/_posts/2022-08-04-kubernetes-1.24-deprecations-and-removals.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,17 @@ Kubernetes v1.25 includes several major changes, in addition to the removal of P
2929

3030
### [CSI Migration](https://github.com/kubernetes/enhancements/issues/625)
3131

32-
The effort to move the CSI in-tree volume plugins to out-of-tree CSI drivers continues, with the core CSI Migration feature going GA in v1.25. This is an important step towards removing the in-tree CSI volume plugins entirely.
32+
The effort to move the in-tree volume plugins to out-of-tree CSI drivers continues, with the core CSI Migration feature going GA in v1.25. This is an important step towards removing the in-tree volume plugins entirely.
33+
34+
### Volume Plugin Deprecations and Removals
35+
36+
Several volume are being deprecated or removed.
37+
38+
[GlusterFS will be deprecated in v1.25](https://github.com/kubernetes/enhancements/issues/3446). While a CSI driver was built for it, it has not been maintained. The possibility of migration to a compatible CSI driver [was discussed](https://github.com/kubernetes/kubernetes/issues/100897), but a decision was ultimately made to begin the deprecation of the GlusterFS plugin from in-tree drivers. The [Portworx in-tree volume plugin](https://github.com/kubernetes/enhancements/issues/2589) is also being deprecated with this release. The Flocker, Quobyte, and StorageOS in-tree volume plugins are being removed.
39+
40+
### [Declare Unsupported vSphere Versions](https://github.com/kubernetes/kubernetes/pull/111255)
41+
42+
From Kubernetes v1.25, the in-tree vSphere volume driver will not support any vSphere release before 7.0u2. Check the v1.25 detailed release notes for more advice on how to handle this.
3343

3444
### [Signing Release Artifacts](https://github.com/kubernetes/enhancements/issues/3031)
3545

@@ -48,10 +58,6 @@ From the Kubernetes 1.25 release, the iptables chains created by Kubernetes will
4858
- `KUBE-POSTROUTING`
4959

5060
This change will be phased in via the `IPTablesCleanup` feature gate.
51-
52-
### [Deprecate GlusterFS in-tree Driver](https://github.com/kubernetes/enhancements/issues/3446)
53-
54-
GlusterFS was one of the earliest dynamic provisioners for Kubernetes. When CSI drivers behan to appear, there was one released for GlusterFS. However, it has not been maintained and the last release was several years ago. The possibility of migration to a compatible CSI driver [was discussed](https://github.com/kubernetes/kubernetes/issues/100897), but a decision was ultimately made to begin the deprecation of the GlusterFS plugin from in-tree drivers.
5561

5662
## Looking ahead
5763

0 commit comments

Comments
 (0)