File tree 1 file changed +14
-6
lines changed
1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
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.
4
4
---
5
5
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.
8
9
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
12
20
13
21
<children ></children >
You can’t perform that action at this time.
0 commit comments