Skip to content

Commit 2330782

Browse files
authored
Remove new features
1 parent a2025a8 commit 2330782

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

content/en/blog/_posts/2022-10-18-kubernetes-1.26-deprecations-and-removals.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -113,22 +113,6 @@ command line arguments relating to logging. These command line arguments were
113113
already deprecated.
114114
For more information, see [Deprecate klog specific flags in Kubernetes Components] (https://github.com/kubernetes/enhancements/tree/3cb66bd0a1ef973ebcc974f935f0ac5cba9db4b2/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components).
115115

116-
## Additional changes for Kubernetes v1.26 {#additional-changes}
117-
118-
On top of the described removals, this release will also include some additional changes to take into consideration: while not deprecations or removals, they introduce new features (or a new default behavior) through the graduating in this release; some of those changes are highlighted here.
119-
120-
### Support for Windows privileged containers
121-
122-
Privileged container support allows containers to run with similar access to the host as processes that run on the host directly. Support for this feature in Windows nodes [will now graduate to stable](https://github.com/kubernetes/enhancements/issues/1981).
123-
124-
### CSI drivers migration
125-
126-
Following the GA of the [core CSI Migration](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/625-csi-migration) feature in the previous release, the effort continues and both the [vSphere](https://github.com/kubernetes/enhancements/issues/1491) and [Azure](https://github.com/kubernetes/enhancements/issues/1885) in-tree driver migration to CSI will be graduating to Stable.
127-
128-
### Support of mixed protocols in Services
129-
130-
Currently, the API validation in Kubernetes that currently rejects Service definitions with different protocols if their type is LoadBalancer. In this release [support will be added that relaxes this validation](https://github.com/kubernetes/enhancements/tree/master/keps/sig-network/1435-mixed-protocol-lb). This feature depends on a strong interaction with the different cloud providers and for anyone planning to use it, a closer reading of the implications and risks is advised.
131-
132116
## Looking ahead {#looking-ahead}
133117

134118
The official list of [API removals](https://kubernetes.io/docs/reference/using-api/deprecation-guide/#v1-27)) planned for Kubernetes 1.27 includes:

0 commit comments

Comments
 (0)