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

     1  <!-- This file was autogenerated via cilium cmdref, do not edit manually-->
     2  
     3  ## cilium kvstore delete
     4  
     5  Delete a key
     6  
     7  ### Synopsis
     8  
     9  Delete a key
    10  
    11  ```
    12  cilium kvstore delete [options] <key> [flags]
    13  ```
    14  
    15  ### Examples
    16  
    17  ```
    18  cilium kvstore delete --recursive foo
    19  ```
    20  
    21  ### Options
    22  
    23  ```
    24    -h, --help        help for delete
    25        --recursive   Recursive lookup
    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        --kvstore string    kvstore type
    35        --kvstore-opt map   kvstore options (default map[])
    36  ```
    37  
    38  ### SEE ALSO
    39  
    40  * [cilium kvstore](../cilium_kvstore)	 - Direct access to the kvstore
    41