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

A preflight check tool for Coder

License

Notifications You must be signed in to change notification settings

coder/coder-doctor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coder doctor

This repository contains an initial implementation of a command-line diagnostic tool and library for checking that a given system can run the Coder control plane and workspaces.

The initial implementation performs a series of preflight checks, as described in Preflight cluster health check tool RFC.

This may (or may not) be the final home of this project. Please provide feedback regarding the plan on the RFC, or comments on the implementation as comments in the relevant pull requests.

This project is in alpha state and Coder offers no compatibility guarantees, either for the tool itself or any public Go APIs. Most code is kept in the internal package to make this clear, and will be promoted to an externally-importable package once we enter beta state.