27 lines
687 B
Markdown
27 lines
687 B
Markdown
---
|
|
title: ""
|
|
sidebar_label: "fleet-agent clusterstatus"
|
|
---
|
|
## fleet-agent clusterstatus
|
|
|
|
Continuously report resource status to the upstream cluster
|
|
|
|
```
|
|
fleet-agent clusterstatus [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
--checkin-interval string How often to post cluster status
|
|
--debug Turn on debug logging
|
|
--debug-level int If debugging is enabled, set klog -v=X
|
|
-h, --help help for clusterstatus
|
|
--kubeconfig string kubeconfig file for agent's cluster
|
|
--namespace string system namespace is the namespace, the agent runs in, e.g. cattle-fleet-system
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [fleet-agent](./)
|