13 lines
261 B
Markdown
13 lines
261 B
Markdown
|
|
# flux check
|
||
|
|
|
||
|
|
> Check Flux prerequisites and cluster health.
|
||
|
|
> More information: <https://fluxcd.io/flux/cmd/flux_check/>.
|
||
|
|
|
||
|
|
- Check pre-requisites before installing Flux:
|
||
|
|
|
||
|
|
`flux check --pre`
|
||
|
|
|
||
|
|
- Check the status and health of all Flux controllers:
|
||
|
|
|
||
|
|
`flux check`
|