File tree Expand file tree Collapse file tree 3 files changed +7
-28
lines changed
environments/workspaces-as-code Expand file tree Collapse file tree 3 files changed +7
-28
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ how to configure environments and their supporting infrastructure.
16
16
- You must configure a [ GitHub or GitLab OAuth service] ( ../../admin/git.md )
17
17
- The image you use in your template ** must** have been
18
18
[ imported] ( ../../images/importing.md ) into Coder
19
+ - A ` .coder/coder.yaml ` file exists in your repository.
19
20
20
21
## Creating a workspace template
21
22
Original file line number Diff line number Diff line change @@ -39,12 +39,6 @@ workspace:
39
39
labels :
40
40
com.coder.custom.hello : " hello"
41
41
com.coder.custom.world : " world"
42
- tolerations :
43
- - key : my-key
44
- operator : Equal
45
- value : my-value
46
- effect : NoExecute
47
- tolerationSeconds : 3600
48
42
configure :
49
43
start :
50
44
- name : " install curl"
@@ -102,22 +96,6 @@ workspace:
102
96
com.coder.custom.world: world
103
97
` ` `
104
98
105
- # ### workspace.spec.tolerations
106
-
107
- This section defines the
108
- [Kubernetes tolerations](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/)
109
- to be added to the pod hosting the environment.
110
-
111
- ` ` ` yaml
112
- workspace:
113
- tolerations:
114
- - key: my-key
115
- operator: equals
116
- value: my-value
117
- effect: NoExecute
118
- tolerationSeconds: 3600
119
- ` ` `
120
-
121
99
# ### workspace.spec.gpucount
122
100
123
101
The number of GPUs to allocate to the environment.
Original file line number Diff line number Diff line change 1
1
---
2
2
title : Managed code-server Environments
3
- description : Learn how Coder can improve your code-server deployment on Kubernetes.
3
+ description :
4
+ Learn how Coder can improve your code-server deployment on Kubernetes.
4
5
---
5
6
6
7
If you're deploying [ code-server] ( https://github.com/cdr/code-server ) on
7
8
Kubernetes, you may want to consider Coder, our solution for developers and
8
- development teams. Coder runs on Kubernetes
9
- and offers the following features in addition to the base
10
- code-server functionality.
9
+ development teams. Coder runs on Kubernetes and offers the following features in
10
+ addition to the base code-server functionality.
11
11
12
12
## Environment Consistency
13
13
@@ -45,5 +45,5 @@ code-server functionality.
45
45
46
46
## Getting Started
47
47
48
- Coder is free to try for 60 days. See our [ install
49
- guide] ( https://coder.com/docs/setup ) for additional details.
48
+ Coder is free to try for 60 days. See our
49
+ [ install guide] ( https://coder.com/docs/setup ) for additional details.
You can’t perform that action at this time.
0 commit comments