github.com/cilium/cilium@v1.16.2/Documentation/cmdref/cilium-dbg_troubleshoot_kvstore.md (about)

     1  <!-- This file was autogenerated via cilium cmdref, do not edit manually-->
     2  
     3  ## cilium-dbg troubleshoot kvstore
     4  
     5  Troubleshoot connectivity towards the etcd kvstore
     6  
     7  ```
     8  cilium-dbg troubleshoot kvstore [flags]
     9  ```
    10  
    11  ### Options
    12  
    13  ```
    14        --etcd-config string           Path to the etcd configuration (default "/var/lib/etcd-config/etcd.config")
    15    -h, --help                         help for kvstore
    16        --timeout duration             Timeout when checking connectivity to the kvstore (default 5s)
    17        --without-service-resolution   Disable k8s service to IP resolution through the k8s client
    18  ```
    19  
    20  ### Options inherited from parent commands
    21  
    22  ```
    23        --config string   Config file (default is $HOME/.cilium.yaml)
    24    -D, --debug           Enable debug messages
    25    -H, --host string     URI to server-side API
    26  ```
    27  
    28  ### SEE ALSO
    29  
    30  * [cilium-dbg troubleshoot](cilium-dbg_troubleshoot.md)	 - Run troubleshooting utilities to check control-plane connectivity
    31