Determining a Connector's Version

There are two ways to determine a connector's version:

  • Through the Management Console.
  • Manually

Determining a Connector's Version Using the Management Console

  1. In the Management Console, go to Settings -> Connectors.
  2. In the Connector Management screen, click Edit edit_icon icon next to the relevant connector.
3438
  1. In the Edit Connector screen, go to Connector Version.
3438

Determining a Connector's Version Manually

  1. Log in to the connector via SSH.
  2. Execute the following command:
sudo kubectl -n axis-connector describe pod connector-tcp | grep -I AXIS_VERSION

The output will look something like the following :

ubuntu@lin018-conn1a:~$ sudo kubectl -n axis-connector describe pod connector-tcp | grep -i AXIS_VERSION
AXIS_****VERSION: v2.20.0
ubuntu@lin018-conn1a:~$