github.com/cilium/cilium@v1.16.2/Documentation/cmdref/cilium-dbg_status.md (about) 1 <!-- This file was autogenerated via cilium cmdref, do not edit manually--> 2 3 ## cilium-dbg status 4 5 Display status of daemon 6 7 ``` 8 cilium-dbg status [flags] 9 ``` 10 11 ### Options 12 13 ``` 14 --all-addresses Show all allocated addresses, not just count 15 --all-clusters Show all clusters 16 --all-controllers Show all controllers, not just failing 17 --all-health Show all health status, not just failing 18 --all-nodes Show all nodes, not just localhost 19 --all-redirects Show all redirects 20 --brief Only print a one-line status message 21 -h, --help help for status 22 -o, --output string json| yaml| jsonpath='{}' 23 --timeout duration Sets the timeout to use when querying for health (default 30s) 24 --verbose Equivalent to --all-addresses --all-controllers --all-nodes --all-redirects --all-clusters --all-health 25 ``` 26 27 ### Options inherited from parent commands 28 29 ``` 30 --config string Config file (default is $HOME/.cilium.yaml) 31 -D, --debug Enable debug messages 32 -H, --host string URI to server-side API 33 ``` 34 35 ### SEE ALSO 36 37 * [cilium-dbg](cilium-dbg.md) - CLI 38