Skip to content

Commit 9c59132

Browse files
authored
Addressed some grammar and nits
Update 2024-11-04-kubernetes-1.32-sneak-peek.md
1 parent fe0e391 commit 9c59132

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/blog/_posts/2024-11-04-kubernetes-1.32-sneak-peek.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ author: >
1313

1414
As we get closer to the release date for Kubernetes v1.32, the project develops and matures, features may be deprecated, removed, or replaced with better ones for the project's overall health.
1515

16-
This blog outlines some of the planned changes for the Kubernetes v1.32 release, that the release team feels you should be aware of, for the continued mantainance of your Kubernetes enviroment and keeping up to date with the latest changes. Information listed below is based on the current status of the v1.32 release and may change before the actual release date.
16+
This blog outlines some of the planned changes for the Kubernetes v1.32 release, that the release team feels you should be aware of, for the continued maintenance of your Kubernetes environment and keeping up to date with the latest changes. Information listed below is based on the current status of the v1.32 release and may change before the actual release date.
1717

1818
### The Kubernetes API removal and deprecation process
1919
The Kubernetes project has a well-documented [deprecation policy](/docs/reference/using-api/deprecation-policy/) for features. This policy states that stable APIs may only be deprecated when a newer, stable version of that same API is available and that APIs have a minimum lifetime for each stability level. A deprecated API has been marked for removal in a future Kubernetes release, it will continue to function until removal (at least one year from the deprecation), but usage will result in a warning being displayed. Removed APIs are no longer available in the current version, at which point you must migrate to using the replacement.
@@ -47,7 +47,7 @@ In this release, like the previous one, the Kubernetes project continues to intr
4747

4848
- Partitionable devices support: [KEP #4815](https://github.com/kubernetes/enhancements/issues/4815)
4949
- Resource Claim Status and standardized network interface data: [KEP #4817](https://github.com/kubernetes/enhancements/issues/4817)
50-
- Structured parameters: KEP [#4381](https://github.com/kubernetes/enhancements/issues/4381)
50+
- Structured parameters: [KEP #4381](https://github.com/kubernetes/enhancements/issues/4381)
5151
- Prioritized Alternatives in Device Requests: [KEP #4816](https://github.com/kubernetes/enhancements/issues/4816)
5252
- Resource Health Status in Pod Status: [KEP #4680](https://github.com/kubernetes/enhancements/issues/4680)
5353

0 commit comments

Comments
 (0)