Skip to content
Snippets Groups Projects
Unverified Commit 43920778 authored by Julian Tölle's avatar Julian Tölle Committed by GitHub
Browse files

docs(k8s): update versioning policy to match reality (#558)

Kubernetes now regularly has 4 active releases. In practice we only
remove the release once it has officially been marked EOL, and not when
a new release is published.
parent 5d19ae87
No related merge requests found
......@@ -197,12 +197,13 @@ kubectl label nodes <node name> instance.hetzner.cloud/is-root-server=true
## Versioning policy
We aim to support the latest three versions of Kubernetes. After a new
Kubernetes version has been released we will stop supporting the oldest
previously supported version. This does not necessarily mean that the
CSI driver does not still work with this version. However, it means that
we do not test that version anymore. Additionally, we will not fix bugs
related only to an unsupported version.
We aim to support the latest three versions of Kubernetes. When a Kubernetes
version is marked as _End Of Life_, we will stop support for it and remove the
version from our CI tests. This does not necessarily mean that the
csi-driver does not still work with this version. We will
not fix bugs related only to an unsupported version.
Current Kubernetes Releases: https://kubernetes.io/releases/
| Kubernetes | CSI Driver | Deployment File |
|------------|-----------:|--------------------------------------------------------------------------------------------------:|
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment