@@ -17,15 +17,6 @@ Install the following dependencies if you haven't already:
17
17
[ PostgreSQL] ( https://www.postgresql.org/docs/12/admin.html ) instance to store
18
18
data, including workspace information and session tokens.
19
19
20
- ## Doctor
21
-
22
- Before proceeding, we strongly recommend running
23
- [ Doctor] ( https://github.com/coder/coder-doctor ) , which is a Coder-supplied
24
- command-line tool that evaluates whether your environment is ready to install
25
- Coder. If there are issues with your cluster that may impact the installation
26
- process, Doctor will return information on what the problem is and suggestions
27
- on how you can fix it.
28
-
29
20
## Create the Coder namespace (optional)
30
21
31
22
We recommend running Coder in a separate
@@ -54,9 +45,9 @@ kubectl config set-context --current --namespace=coder
54
45
[ changelog] ( ../changelog/index.md ) for a list of Coder versions or run
55
46
` helm search repo coder -l ` )
56
47
57
- > This step will install Coder with the default configuration. This does not set
58
- > up dev URLs, TLS, ingress controllers, or an external database. To configure
59
- > these recommended features, please go to step 4.
48
+ > This step will install Coder with the default configuration. This does not
49
+ > set up dev URLs, TLS, ingress controllers, or an external database. To
50
+ > configure these recommended features, please go to step 4.
60
51
61
52
``` console
62
53
helm install coder coder/coder --namespace coder --version=<VERSION>
@@ -138,10 +129,10 @@ kubectl config set-context --current --namespace=coder
138
129
> Put a space before the command to prevent it from being saved in your shell
139
130
> history.
140
131
>
141
- > Running this command could potentially expose your database password to other
142
- > users on your system through `/proc`. If this is a concern, you can use
143
- > `--from-file=password=/dev/stdin` instead of `--from-literal=...` to enter
144
- > your password and press `Ctrl+D` when you're done to submit it.
132
+ > Running this command could potentially expose your database password to
133
+ > other users on your system through `/proc`. If this is a concern, you can
134
+ > use `--from-file=password=/dev/stdin` instead of `--from-literal=...` to
135
+ > enter your password and press `Ctrl+D` when you're done to submit it.
145
136
>
146
137
> Ensure that there are no trailing white spaces in your password secret.
147
138
0 commit comments