github.phpd.cn/cilium/cilium@v1.6.12/Documentation/cmdref/cilium_status.md (about)

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