File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change 1
1
# Install Coder on Kubernetes
2
2
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
4
4
distributions, including [ OpenShift] ( ./openshift.md ) .
5
5
6
6
## Requirements
@@ -121,27 +121,27 @@ coder:
121
121
We support two release channels: mainline and stable - read the
122
122
[ Releases] ( ./releases.md ) page to learn more about which best suits your team.
123
123
124
- For the ** mainline ** Coder release:
124
+ - ** Mainline ** Coder release:
125
125
126
- <!-- autoversion(mainline): "--version [version]" -->
126
+ <!-- autoversion(mainline): "--version [version]" -->
127
127
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
+ ```
134
134
135
- For the **stable ** Coder release:
135
+ - ** Stable ** Coder release:
136
136
137
- <!-- autoversion(stable): "--version [version]" -->
137
+ <!-- autoversion(stable): "--version [version]" -->
138
138
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
+ ```
145
145
146
146
You can watch Coder start up by running ` kubectl get pods -n coder ` . Once Coder
147
147
has started, the ` coder-* ` pods should enter the ` Running ` state.
You can’t perform that action at this time.
0 commit comments