Skip to content

Commit 625675d

Browse files
committed
chore: clarify version support policy
Recommend that users track supported Kubernetes versions, and remove the reference to version 1.13.
1 parent c84ee2e commit 625675d

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

setup/kubernetes/index.md

+17-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,24 @@
11
---
22
title: Kubernetes
3-
description: Learn how to set up a K8 cluster for your Coder deployment.
3+
description: Learn how to set up a Kubernetes cluster for your Coder deployment.
44
---
55

6-
You can install and deploy Coder onto any Kubernetes cluster (version 1.13.7+)
7-
that meets the [requirements](../requirements.md).
6+
You can deploy Coder into any [compatible Kubernetes cluster]. Coder follows the
7+
[Kubernetes upstream version support policy] and the latest stable release
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.
812

9-
To help you get up and running, Coder offers the following deployment guides (if
10-
you're already set up with a Kubernetes cluster, please proceed to
11-
[installation](../installation.md)):
13+
[compatible kubernetes cluster]: ../requirements.md
14+
[kubernetes upstream version support policy]:
15+
https://kubernetes.io/docs/setup/release/version-skew-policy/
16+
17+
This section contains guides for creating a compatible cluster on common cloud
18+
platforms, including Microsoft Azure, Google Cloud Platform, and Amazon Web
19+
Services. If you already have a Kubernetes cluster, you may wish to proceed to
20+
the [installation guide].
21+
22+
[installation guide]: ../installation.md
1223

1324
<children></children>

0 commit comments

Comments
 (0)