cilium-dbg kvstore set

Set a key and value

cilium-dbg kvstore set [options] <key> [flags]

Examples

cilium kvstore set foo=bar

Options

  -h, --help           help for set
      --key string     Key
      --value string   Value

Options inherited from parent commands

      --config string        Config file (default is $HOME/.cilium.yaml)
  -D, --debug                Enable debug messages
  -H, --host string          URI to server-side API
      --kvstore string       Key-Value Store type
      --kvstore-opt map      Key-Value Store options
      --log-driver strings   Logging endpoints to use (example: syslog)
      --log-opt map          Log driver options (example: format=json)

SEE ALSO