This repository was archived by the owner on Nov 14, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments