ops: split ready and full healthchecks
This commit is contained in:
@@ -41,6 +41,7 @@ The Debian deployment installs:
|
||||
- listing core files in the runtime tree
|
||||
- collecting incident bundles
|
||||
- running the root-only headless healthcheck
|
||||
- waiting for login-ready state after restart
|
||||
|
||||
## Examples
|
||||
|
||||
@@ -80,10 +81,22 @@ Tail auth logs:
|
||||
metinctl logs auth -n 200 -f
|
||||
```
|
||||
|
||||
Run the end-to-end healthcheck:
|
||||
Run the deeper end-to-end healthcheck:
|
||||
|
||||
```bash
|
||||
metinctl healthcheck
|
||||
metinctl healthcheck --mode full
|
||||
```
|
||||
|
||||
Run the lighter readiness probe:
|
||||
|
||||
```bash
|
||||
metinctl healthcheck --mode ready
|
||||
```
|
||||
|
||||
Wait until a restarted stack is login-ready:
|
||||
|
||||
```bash
|
||||
metinctl wait-ready
|
||||
```
|
||||
|
||||
List core files currently present in the runtime tree:
|
||||
|
||||
Reference in New Issue
Block a user