cilium kvstore get

Retrieve a key

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

Examples

  1. cilium kvstore get --recursive foo

Options

  1. -h, --help help for get
  2. -o, --output string json| jsonpath='{}'
  3. --recursive Recursive lookup

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