@@ -4,21 +4,28 @@ description: Learn how to set up a Kubernetes cluster for your Coder deployment.
4
4
---
5
5
6
6
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
8
8
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.
12
13
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.
16
19
17
20
This section contains guides for creating a compatible cluster on common cloud
18
21
platforms, including Microsoft Azure, Google Cloud Platform, and Amazon Web
19
22
Services. If you already have a Kubernetes cluster, you may wish to proceed to
20
23
the [ installation guide] .
21
24
25
+ [ compatible kubernetes cluster ] : ../requirements.md
26
+ [ kubernetes upstream version support policy] :
27
+ https://kubernetes.io/docs/setup/release/version-skew-policy/
28
+
22
29
[ installation guide ] : ../installation.md
23
30
24
31
<children ></children >
0 commit comments