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

Commit 857c8c4

Browse files
authored
chore: update documentation (#33)
* Indicate that coder-doctor is in beta state * Add notes about developing coder-doctor
1 parent 6739a30 commit 857c8c4

File tree

1 file changed

+27
-13
lines changed

1 file changed

+27
-13
lines changed

README.md

Lines changed: 27 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ preflight checks:
1010

1111
### Kubernetes
1212

13-
- Kubernetes Version: checks the cluster version for compatibility
14-
with the requested version of Coder.
13+
- Kubernetes Version: checks that the selected Coder version is
14+
compatible with the Kubernetes control plane.
1515
- Helm Version: checks the locally-installed Helm version for
16-
compatibility with the requested version of Coder.
16+
compatibility with the requested version of Coder.
1717
- Kubernetes RBAC: checks that the service account has the required
18-
permissions to run Coder.
19-
- Kubernetes Resosurces: checks that the cluster has the required
20-
resource types available to run Coder.
18+
permissions to run Coder.
19+
- Kubernetes Resources: checks that the cluster has the required
20+
resource types available to run Coder.
2121

2222
## Installation
2323

@@ -54,16 +54,30 @@ For more information, you can run:
5454
coder-doctor -h
5555
```
5656

57+
## Development
58+
59+
To run from source, clone the repository and run:
60+
61+
```bash
62+
go run . help
63+
```
64+
65+
The `Makefile` also includes various helpful targets to run
66+
linters and tests, but standard Go tools (e.g. `go test`)
67+
should work as well.
68+
5769
## Feedback
5870

59-
We love feedback! If you have any issues or suggestions, please feel
60-
free to submit an [issue](https://github.com/cdr/coder-doctor/issues) or [pull request](https://github.com/cdr/coder-doctor/pulls).
71+
We love feedback! Please [open an issue] or [submit a pull request]
72+
with any ideas for improving this.
73+
74+
[open an issue]: https://github.com/cdr/coder-doctor/issues
75+
[submit a pull request]: https://github.com/cdr/coder-doctor/pulls
6176

62-
**Note:** This project is in `alpha` state and Coder offers no
63-
compatibility guarantees, either for the tool itself or any public Go
64-
APIs. Most code is kept in the `internal` package to make this clear,
65-
and will be promoted to an externally-importable package once the tool
66-
enters `beta` state.
77+
**Note:** This tool is in `beta` state and Coder offers no compatibility
78+
guarantees, either for the tool itself or any public Go APIs. Most code
79+
is kept in the `internal` package to make this clear, and will be promoted
80+
to an externally-importable package once things stabilize.
6781

6882
## Copyright and License
6983

0 commit comments

Comments
 (0)