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

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