Update Kubernetes support removal documentation

This commit is contained in:
John Gardiner Myers 2022-10-22 21:31:42 -07:00
parent 4cf5418eb8
commit 37ad51d408
3 changed files with 6 additions and 3 deletions

View File

@ -12,7 +12,7 @@
# Breaking changes
## Cinder CSI snapthot controller changes
## Cinder CSI snapshot controller changes
The CSI Cinder plugin for OpenStack will now only use the CSI snapshotter when the CSI snapshot controller is enabled in the cluster spec. This changes the default behavior where the CSI snaphotter container was always present, but spammed the log with error messages (see [#13890](https://github.com/kubernetes/kops/pull/13890)). In case of manually deployed CRDs to make the snapshotter work it is now necessary to [enable the snapshot controller](../addons.md#snapshot-controller).

View File

@ -11,10 +11,9 @@ This is a document to gather the release notes prior to the release.
# Breaking changes
## Cinder CSI snapthot controller changes
## Other breaking changes
* Support for Kubernetes version 1.20 has been removed.
# Deprecations

View File

@ -12,6 +12,10 @@ Kops will remove support for Kubernetes versions as follows:
| 1.22 | 1.15 and 1.16 |
| 1.23 | 1.17 |
| 1.24 | 1.18 |
| 1.25 | 1.19 |
| 1.26 | 1.20 |
| 1.27 | 1.21 |
| 1.28 | 1.22 |
You are running a version of kubernetes that we recommend upgrading.