@@ -10,14 +10,14 @@ preflight checks:
10
10
11
11
### Kubernetes
12
12
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 .
15
15
- 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.
17
17
- 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.
21
21
22
22
## Installation
23
23
@@ -54,16 +54,30 @@ For more information, you can run:
54
54
coder-doctor -h
55
55
```
56
56
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
+
57
69
## Feedback
58
70
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
61
76
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.
67
81
68
82
## Copyright and License
69
83
0 commit comments