Skip to content
This repository was archived by the owner on Nov 14, 2024. It is now read-only.

Commit 8a1985a

Browse files
committed
Add repository description
0 parents  commit 8a1985a

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Coder doctor
2+
3+
This repository contains an initial implementation of a command-line
4+
diagnostic tool and library for checking that a given system can run
5+
the Coder control plane and workspaces.
6+
7+
The initial implementation performs a series of preflight checks, as
8+
described in [Preflight cluster health check tool] RFC.
9+
10+
[Preflight cluster health check tool]: https://www.notion.so/coderhq/Preflight-cluster-health-check-tool-07024636e1c741e2a30e482bb796ea0a
11+
12+
This may (or may not) be the final home of this project. Please
13+
provide feedback regarding the plan on the RFC, or comments on the
14+
implementation as comments in the relevant pull requests.
15+
16+
This project is in `alpha` state and Coder offers no compatibility
17+
guarantees, either for the tool itself or any public Go APIs. Most
18+
code is kept in the `internal` package to make this clear, and will
19+
be promoted to an externally-importable package once we enter `beta`
20+
state.

0 commit comments

Comments
 (0)