github.com/fafucoder/cilium@v1.6.11/Documentation/cmdref/cilium_endpoint_health.md (about)

     1  <!-- This file was autogenerated via cilium cmdref, do not edit manually-->
     2  
     3  ## cilium endpoint health
     4  
     5  View endpoint health
     6  
     7  ### Synopsis
     8  
     9  View endpoint health
    10  
    11  ```
    12  cilium endpoint health <endpoint id> [flags]
    13  ```
    14  
    15  ### Examples
    16  
    17  ```
    18  cilium endpoint health 5421
    19  ```
    20  
    21  ### Options
    22  
    23  ```
    24    -h, --help            help for health
    25    -o, --output string   json| jsonpath='{}'
    26  ```
    27  
    28  ### Options inherited from parent commands
    29  
    30  ```
    31        --config string   config file (default is $HOME/.cilium.yaml)
    32    -D, --debug           Enable debug messages
    33    -H, --host string     URI to server-side API
    34  ```
    35  
    36  ### SEE ALSO
    37  
    38  * [cilium endpoint](../cilium_endpoint)	 - Manage endpoints
    39