Skip to content

Commit ed49372

Browse files
author
Katie Horne
authored
chore: undo overzealous renaming of environments to workspaces (coder#765)
* chore: undo overzealous renaming of environments to workspaces * edit text
1 parent bca2a07 commit ed49372

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

setup/air-gapped/index.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ air-gapped deployment.
88

99
To do so, you must:
1010

11-
- Pull all Coder deployment resources into your air-gapped workspace
11+
- Pull all Coder deployment resources into your air-gapped environment
1212
- Push the images to your Docker registry,
13-
- Deploy Coder from within your air-gapped workspace
13+
- Deploy Coder from within your air-gapped environment
1414

1515
> Coder licenses issued as part of the trial program do not support air-gapped
1616
> deployments.
@@ -50,13 +50,13 @@ Throughout this article, we will suggest changes to the Helm chart that you'll
5050
obtain from the `.tgz` that's returned when you run `helm pull`. We recommend
5151
version controlling your files.
5252

53-
## Step 1: Pull all Coder resources into your air-gapped workspace
53+
## Step 1: Pull all Coder resources into your air-gapped environment
5454

5555
Coder is deployed through [helm](https://helm.sh/docs/intro/install/), and the
5656
platform images are hosted in Coder's Docker Hub repo.
5757

58-
1. Pull down the Coder helm charts by running the following in a non-air-gapped
59-
workspace:
58+
1. Download the Coder Helm charts by running the following command _outside_ of
59+
the air-gapped environment:
6060

6161
```console
6262
helm repo add coder https://helm.coder.com
@@ -80,10 +80,10 @@ platform images are hosted in Coder's Docker Hub repo.
8080

8181
[timescale](https://hub.docker.com/r/coderenvs/timescale) (**Note**: We
8282
recommend you only use timescale for evaluation purposes if you don't have an
83-
external PostgreSQL database available. For production workspaces, we strong
84-
recommend that you use an external PostgreSQL database; the installation
85-
section will cover more on updating your Helm chart with your database
86-
information.)
83+
external PostgreSQL database available. For production environments, we
84+
strongly recommend that you use an external PostgreSQL database; the
85+
installation section will cover more on updating your Helm values with your
86+
database information.)
8787

8888
You can pull each of these images from their `coderenvs/<img-name>:<version>`
8989
registry location using the image's name and Coder version:
@@ -103,14 +103,14 @@ platform images are hosted in Coder's Docker Hub repo.
103103

104104
[ubuntu](https://hub.docker.com/_/ubuntu)
105105

106-
When building images for your workspaces that rely on a custom certificate
106+
When building images for your environments that rely on a custom certificate
107107
authority, be sure to follow the
108108
[docs for adding certificates](../../images/tls-certificates#adding-certificates-for-coder)
109109
to images.
110110

111111
1. Tag and push all of the images that you've downloaded in the previous step to
112112
your internal registry; this registry must be accessible from your air-gapped
113-
workspace. For example, to push `coder-service`:
113+
environment. For example, to push `coder-service`:
114114

115115
```console
116116
docker tag coderenvs/coder-service:<version> my-registry.com/coderenvs/coder-service:<version>
@@ -162,7 +162,7 @@ platform images are hosted in Coder's Docker Hub repo.
162162

163163
## Extensions marketplace
164164

165-
Coder users in an air-gapped workspace cannot access the public VS Code
165+
Coder users in an air-gapped environment cannot access the public VS Code
166166
marketplace. However, you can point Coder to an air-gapped instance of
167167
[OpenVSX](https://github.com/eclipse/openvsx) to serve assets to users. For
168168
instructions on implementing this, see

0 commit comments

Comments
 (0)