Skip to main content
Version: 3.27 (latest)

calicoctl version

This section describes the calicoctl version command.

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

Displaying the help text for 'calicoctl version' commands​

Run calicoctl version --help to display the following help menu for the commands.

Usage:
calicoctl version [--config=<CONFIG>] [--poll=<POLLFREQ>]

Options:
-h --help Show this screen.
-c --config=<CONFIG> Path to the file containing connection configuration in
YAML or JSON format.
[default: /etc/calico/calicoctl.cfg]
--poll=<POLL> Poll for changes to the cluster information at a frequency specified using POLL duration
(e.g. 1s, 10m, 2h etc.). A value of 0 (the default) disables polling.

Description:
Display the version of calicoctl.

Example​

Use calicoctl version to obtain the following data.

FieldValue
Client VersionVersion of calicoctl
Build dateTime and date of calicoctl build
Git commitGit commit number of calicoctl
Cluster Version*Version number of calico/node and Calico
Cluster Type*Other details about the cluster

* To obtain these values, you must configure calicoctl to connect to your datastore.

See also​