cilium kvstore set

Set a key and value

Synopsis

Set a key and value

  1. cilium kvstore set [options] <key> [flags]

Examples

  1. cilium kvstore set foo=bar

Options

  1. -h, --help help for set
  2. --key string Key
  3. --value string Value

Options inherited from parent commands

  1. --config string config file (default is $HOME/.cilium.yaml)
  2. -D, --debug Enable debug messages
  3. -H, --host string URI to server-side API
  4. --kvstore string kvstore type
  5. --kvstore-opt map kvstore options (default map[])

SEE ALSO