calicoctl node status

This sections describes the calicoctl node status command.

Read the calicoctl Overview for a full list of calicoctl commands.

Displaying the help text for ‘calicoctl node status’ command

Run calicoctl node status --help to display the following help menu for the command.

  1. Usage:
  2. calicoctl node status
  3. Options:
  4. -h --help Show this screen.
  5. Description:
  6. Check the status of the Calico node instance. This includes the status and
  7. uptime of the node instance, and BGP peering states.

Examples

Check the status of a Calico instance.

  1. sudo calicoctl node status

Some sample results follow,.

  1. Calico process is running.
  2. IPv4 BGP status
  3. +--------------+-------------------+-------+----------+-------------+
  4. | PEER ADDRESS | PEER TYPE | STATE | SINCE | INFO |
  5. +--------------+-------------------+-------+----------+-------------+
  6. | 172.17.8.102 | node-to-node mesh | up | 23:30:04 | Established |
  7. +--------------+-------------------+-------+----------+-------------+
  8. IPv6 BGP status
  9. No IPv6 peers found.