Conductor Documentation

Studio Conductor Upgrade Manager

Introduction

The Studio Conductor Upgrade Manager is a CLI application aimed at helping upgrade Wind River Conductor to a new release.

Features

Requirements

Remote connection to WRCP Host

Conductor CLI Access

To use the Conductor CLI refer to Connect to a remote manager. The manager hostname, URL or IP must be the one configured for WRC at the WRCP host.

Managing Kubernetes & Helm

To manage Kubernetes remotely, the system administrator must set up the system and create users and groups with access to the the cluster. The procedure to set up the system and create users in a WRCP system can be found in WRCP’s documentation under User Management > Reference Material > LDAP Accounts > Kubernetes API User Authentication Using LDAP Server > Overview of LDAP Servers.

Troubleshooting

If you encounter issues:

kubectl get pods -n wrc
curl -k https://<oam-ip>:6443/healthz

WRCP Plugin Artifacts

The Conductor Upgrade Manager will automatically update the WRCP-Plugin. The archive must follow the structure below and it has to be present in current working directory where user will run upgrade command:

wrcp-plugin-artifacts.tar

If the above structure is not present, the Conductor Upgrade Manager will not upgrade the plugin, blueprint, and deployments.

Stages

The upgrade process consists of multiple stages, each handling a specific part of the operation. Users can choose to start or resume the process from a particular stage as needed.

CLI Arguments

Mandatory Arguments

Optional Arguments

Procedure

To start an upgrade process, simply call “wrc-upgrade” with the corresponding CLI arguments:

wrc-upgrade --namespace=my-namespace --release-name=my-release --charts-path=wind-river-conductor-25.3.0.tgz --overrides-path=override-values-2503.yaml

Additionally, you can also choose to run a specific stage passing its name via the –stage CLI argument. While this is not generally recommended, it can be useful in some situations like when you just want to create a backup.

Execution Flow

The Conductor Upgrade Manager is organised into several stages that are called in series as the upgrade process advances. In the case of an error, the rollback stages are then called to undo the transient changes and return to the original state.

Execution Flow

For simplicity, all individual stages in the upgrade and rollback processes have been grouped into single “Upgrade” and “Rollback” blocks, respectively.