Skip to content

Commit 3fdbbd9

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 598f128 commit 3fdbbd9

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

setup/kubernetes/index.md

+14-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
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]. We recommend
7+
following the [Kubernetes upstream version support policy] in order to receive
8+
applicable fixes, including security fixes, from the project maintainers.
89

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

1321
<children></children>

0 commit comments

Comments
 (0)