Skip to content

Commit da9a1b1

Browse files
author
Katie Horne
authored
chore: remove mention of doctor (coder#946)
1 parent 9ae6cb9 commit da9a1b1

File tree

1 file changed

+7
-16
lines changed

1 file changed

+7
-16
lines changed

setup/installation.md

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,6 @@ Install the following dependencies if you haven't already:
1717
[PostgreSQL](https://www.postgresql.org/docs/12/admin.html) instance to store
1818
data, including workspace information and session tokens.
1919

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-
2920
## Create the Coder namespace (optional)
3021

3122
We recommend running Coder in a separate
@@ -54,9 +45,9 @@ kubectl config set-context --current --namespace=coder
5445
[changelog](../changelog/index.md) for a list of Coder versions or run
5546
`helm search repo coder -l`)
5647

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.
6051
6152
```console
6253
helm install coder coder/coder --namespace coder --version=<VERSION>
@@ -138,10 +129,10 @@ kubectl config set-context --current --namespace=coder
138129
> Put a space before the command to prevent it from being saved in your shell
139130
> history.
140131
>
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.
145136
>
146137
> Ensure that there are no trailing white spaces in your password secret.
147138

0 commit comments

Comments
 (0)