Skip to content

Commit f370edc

Browse files
author
Katie Horne
committed
Edit text
1 parent 42e27fe commit f370edc

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

setup/kubernetes/index.md

+15-11
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,29 @@ title: Kubernetes
33
description: Learn how to set up a Kubernetes cluster for your Coder deployment.
44
---
55

6-
You can deploy Coder into any [compatible Kubernetes cluster]. Coder follows the
6+
This section contains guides for creating a compatible cluster on common cloud
7+
platforms, including Microsoft Azure, Google Cloud Platform, and Amazon Web
8+
Services. If you already have a Kubernetes cluster, you may wish to proceed to
9+
the [installation guide].
10+
11+
## Supported Kubernetes versions
12+
13+
You can deploy Coder to any [compatible Kubernetes cluster]. Coder follows the
714
[Kubernetes upstream version support policy], and the latest stable release
815
version of Coder supports the previous two minor releases as well as the current
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.
16+
release of Kubernetes at time of publication.
17+
18+
Coder may run successfully with
19+
older versions of Kubernetes. However, we strongly recommend running one of the
20+
currently-supported versions so that you receive applicable fixes, including
21+
security updates, from the Kubernetes project maintainers.
1322

1423
Coder continuously removes usage of deprecated Kubernetes API versions once
1524
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
25+
a stable version. We follow this policy to ensure that Coder stops
1726
using deprecated features before they are removed from new versions of
1827
Kubernetes.
1928

20-
This section contains guides for creating a compatible cluster on common cloud
21-
platforms, including Microsoft Azure, Google Cloud Platform, and Amazon Web
22-
Services. If you already have a Kubernetes cluster, you may wish to proceed to
23-
the [installation guide].
24-
2529
[compatible kubernetes cluster]: ../requirements.md
2630
[kubernetes upstream version support policy]:
2731
https://kubernetes.io/docs/setup/release/version-skew-policy/

0 commit comments

Comments
 (0)