cilium status

Display status of daemon

  1. cilium status [flags]

Options

  1. --all-addresses Show all allocated addresses, not just count
  2. --all-clusters Show all clusters
  3. --all-controllers Show all controllers, not just failing
  4. --all-health Show all health status, not just failing
  5. --all-nodes Show all nodes, not just localhost
  6. --all-redirects Show all redirects
  7. --brief Only print a one-line status message
  8. -h, --help help for status
  9. -o, --output string json| jsonpath='{}'
  10. --timeout duration Sets the timeout to use when querying for health (default 30s)
  11. --verbose Equivalent to --all-addresses --all-controllers --all-nodes --all-redirects --all-clusters --all-health

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

SEE ALSO