Skip to content

Commit 185b308

Browse files
committed
elaborate on support policy
1 parent 625675d commit 185b308

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

setup/kubernetes/index.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,28 @@ description: Learn how to set up a Kubernetes cluster for your Coder deployment.
44
---
55

66
You can deploy Coder into any [compatible Kubernetes cluster]. Coder follows the
7-
[Kubernetes upstream version support policy] and the latest stable release
7+
[Kubernetes upstream version support policy], and the latest stable release
88
version of Coder supports the previous two minor releases as well as the current
9-
release. While Coder may run on older versions of Kubernetes, we strongly
10-
recommend running one of the supported versions, in order to receive applicable
11-
fixes, including security fixes, from the project maintainers.
9+
release of Kubernetes at time of publication. Coder may run successfully with
10+
older versions of Kubernetes, however, we strongly recommend running one of the
11+
currently-supported versions, in order to receive applicable fixes, including
12+
security fixes, from the Kubernetes project maintainers.
1213

13-
[compatible kubernetes cluster]: ../requirements.md
14-
[kubernetes upstream version support policy]:
15-
https://kubernetes.io/docs/setup/release/version-skew-policy/
14+
Coder continuously removes usage of deprecated Kubernetes API versions once
15+
the minimum baseline version of Kubernetes supports the necessary features in
16+
a stable version. We follow this policy in order to ensure that Coder stops
17+
using deprecated features before they are removed from new versions of
18+
Kubernetes.
1619

1720
This section contains guides for creating a compatible cluster on common cloud
1821
platforms, including Microsoft Azure, Google Cloud Platform, and Amazon Web
1922
Services. If you already have a Kubernetes cluster, you may wish to proceed to
2023
the [installation guide].
2124

25+
[compatible kubernetes cluster]: ../requirements.md
26+
[kubernetes upstream version support policy]:
27+
https://kubernetes.io/docs/setup/release/version-skew-policy/
28+
2229
[installation guide]: ../installation.md
2330

2431
<children></children>

0 commit comments

Comments
 (0)