Skip to content

Commit 2009665

Browse files
committed
adding glusterfs and iptables cleanup
1 parent 0bde48d commit 2009665

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

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

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ date: 2022-08-04
55
slug: upcoming-changes-in-kubernetes-1-25
66
---
77

8-
**Authors**: Kat Cosgrove, Frederico Muñoz
8+
**Authors**: Kat Cosgrove, Frederico Muñoz, Debabrata Panigrahi
99

1010
As Kubernetes grows and matures, features may be deprecated, removed, or replaced with improvements for the health of the project. Kubernetes v1.25 includes several major changes and one major removal.
1111

@@ -38,6 +38,20 @@ An additional step in improving the security posture of the release process, the
3838
### [Support for cgroup v2 Graduating to Stable](https://github.com/kubernetes/enhancements/issues/2254)
3939

4040
The new kernel cgroups v2 API was declared stable more than two years ago, and in this release we're taking solid steps towards full adoption of it. While cgroup v1 will continue to be supported, this change makes us ready to deal with the eventual deprecation of cgroup v1 and its replacement by cgroup v2.
41+
42+
### [Cleaning up IPTables Chain Ownership](https://github.com/kubernetes/enhancements/issues/3178)
43+
44+
From the Kubernetes 1.25 release, the iptables chains created by Kubernetes will only support for internal Kubernetes use cases. Starting with v1.25, the Kubelet will gradually move towards not creating the following iptables chains in the `nat` table:
45+
46+
- `KUBE-MARK-DROP`
47+
- `KUBE-MARK-MASQ`
48+
- `KUBE-POSTROUTING`
49+
50+
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.
4155

4256
## Looking ahead
4357

0 commit comments

Comments
 (0)