Kubernetes | 05 Dezember 2023

Upgrading the connectware-agent Helm Chart

Prerequisites

  • Helm V3 installed (Helm | Installing Helm).
  • kubectl installed (K8s Install Tools).
  • kubectl configured with the current context pointing to your target cluster (Configure Access to Multiple Clusters).

Upgrading the connectware-agent Helm Chart

Upgrading the connectware-agent Helm chart consists of the following steps:

  1. Picking a compatible version
  2. Determining the name of your connectware-agent installation
  3. Obtaining your values.yaml file
  4. Reviewing changes and adjusting Helm values
  5. Starting the upgrade
  6. Verifying the upgrade

Picking a Compatible Version

Agents installed using the connectware-agent Helm chart are installed in a Connectware version coupled with the Helm chart. When upgrading the Helm chart, there may be a change in the agents version.

Connectware agents need to run the same version as Connectware itself, meaning you have to update the agents version in tandem with your Connectware.

The orchestration information provided by the Helm chart is tuned towards specific versions of Connectware’s protocol-mapper agent image. You can view the correct version of the Helm chart to pick for the version of the Connectware agent by executing a Helm search for the connectware-agent Helm chart, and viewing the “APP VERSION” column.

<code>helm search repo connectware-agent -l</code>
Code-Sprache: YAML (yaml)

If you want to make sure you don’t accidentally update to a Connectware agent version, which is incompatible with your Connectware version, we recommend you lock the version of the agents protocol-mapper image in your connectware-agent values.yaml file using the Helm value protocolMapperAgentDefaults.image.version.

Example

protocolMapperAgentDefaults:
  image:
    version: 1.1.5
Code-Sprache: YAML (yaml)

Determining the name of your connectware-agent installation

To upgrade your connectware-agent installation, you need to know the name you chose upon installation. If you followed our docs, this is most likely connectware-agent, but to make sure, you can use the helm list command on your target namespace.

<code>helm list -n <namespace></code>
Code-Sprache: YAML (yaml)

If you are unsure, in what namespace you deployed your connectware-agent installation, you can use the helm list -A command to display all Helm installations cluster wide.

<code>helm list -A</code>
Code-Sprache: YAML (yaml)

Once you determined the name and namespace of your installation, you can upgrade it.

Obtaining Your values.yaml File

Your values.yaml file acts as a configuration file for your connectware-agent Helm installation. Ideally you should have it in a safe, versioned spot and available for operations, however, should you not have it at hand, you can also extract it from your connectware-agent Helm installation using the helm get values command.

Example

<code>helm get values -o yaml -n connectware-agent connectware-agent > values.yaml</code>
Code-Sprache: YAML (yaml)

Reviewing Changes and Adjusting Helm Values

In this step you will review the Helm charts README file to review all changes noted there, that might need adjustments in your settings. You can use the helm show readme command to view them.

Example

<code>helm show readme cybus/connectware-agent</code>
Code-Sprache: Roboconf (roboconf)

If nothing is mentioned for the version you are upgrading to, then there are no configuration adjustments for you to do.

Review anything you find and adjustment your configuration accordingly.

If you locked the version for the agent’s protocol-mapper image using the value protocolMapperAgentDefaults.image.version or any agent specific configuration under protocolMapperAgents, make sure to update this to the target version of your upgrade.

Example

Starting the Upgrade

To start the upgrade of your connectware-agent Helm installation, you use the command helm upgrade on it, while specifying the target version with the –version parameter and providing your values.yaml file.

Example

<code>helm upgrade --namespace <namespace> <installation-name> <cybus-repository>/connectware-ag</code>
Code-Sprache: YAML (yaml)

You can find additional details to this command in the Helm documentation.

Verifying the Upgrade

Next, verify that all pods are restarting with the new image version. Using the command kubectl get pod, look at their AGE, verify they are in STATE Running, and report as READY.

Example

<code>kubectl get pod -n <namespace></code>
Code-Sprache: YAML (yaml)

Next, head to the Connectware Admin UI and verify your agents are connected in the correct version as described in the Connectware Documentation.

Should any pods not become READY, continue with Troubleshooting agents installed with the connectware-agent Helm chart

Ihr Browser unterstützt diese Webseite nicht.

Liebe Besucher:innen, Sie versuchen unsere Website über den Internet Explorer zu besuchen. Der Support für diesen Browser wurde durch den Hersteller eingestellt, weshalb er moderne Webseiten nicht mehr richtig darstellen kann.
Um die Inhalte dieser Website korrekt anzeigen zu können, benötigen Sie einen modernen Browser.

Unter folgenden Links finden Sie Browser, für die unsere Webseite optimiert wurde:

Google Chrome Browser herunterladen Mozilla Firefox Browser herunterladen

Sie können diese Website trotzdem anzeigen lassen, müssen aber mit erheblichen Einschränkungen rechnen.

Diese Website trotzdem anzeigen.