Skip to content

Commit 869ac35

Browse files
committed
md tweak to k8s doc
1 parent 4b4032f commit 869ac35

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

docs/install/kubernetes.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Install Coder on Kubernetes
22

3-
You can install Coder on Kubernetes using Helm. We run on most Kubernetes
3+
You can install Coder on Kubernetes (K8s) using Helm. We run on most Kubernetes
44
distributions, including [OpenShift](./openshift.md).
55

66
## Requirements
@@ -121,27 +121,27 @@ coder:
121121
We support two release channels: mainline and stable - read the
122122
[Releases](./releases.md) page to learn more about which best suits your team.
123123

124-
For the **mainline** Coder release:
124+
- **Mainline** Coder release:
125125

126-
<!-- autoversion(mainline): "--version [version]" -->
126+
<!-- autoversion(mainline): "--version [version]" -->
127127

128-
```shell
129-
helm install coder coder-v2/coder \
130-
--namespace coder \
131-
--values values.yaml \
132-
--version 2.15.0
133-
```
128+
```shell
129+
helm install coder coder-v2/coder \
130+
--namespace coder \
131+
--values values.yaml \
132+
--version 2.15.0
133+
```
134134

135-
For the **stable** Coder release:
135+
- **Stable** Coder release:
136136

137-
<!-- autoversion(stable): "--version [version]" -->
137+
<!-- autoversion(stable): "--version [version]" -->
138138

139-
```shell
140-
helm install coder coder-v2/coder \
141-
--namespace coder \
142-
--values values.yaml \
143-
--version 2.15.1
144-
```
139+
```shell
140+
helm install coder coder-v2/coder \
141+
--namespace coder \
142+
--values values.yaml \
143+
--version 2.15.1
144+
```
145145

146146
You can watch Coder start up by running `kubectl get pods -n coder`. Once Coder
147147
has started, the `coder-*` pods should enter the `Running` state.

0 commit comments

Comments
 (0)