Upgrading Connectware to 2.0.6 (Kubernetes)
How to upgrade Connectware to version 2.0.6 on Kubernetes.
Last updated
Was this helpful?
How to upgrade Connectware to version 2.0.6 on Kubernetes.
Connectware 2.0.6 fixes an issue with Systemstate functionality on agents.
This upgrade is one step of a longer upgrade path. Before you continue, check Connectware Upgrade Paths to determine which steps apply to your installation.
If your installation is older than 2.0.5, first complete the upgrade to 2.0.5 before upgrading to 2.0.6.
Update the existing 2.0.5 deployment of the auth-server to use the 2.0.6 image and wait until the process is complete:
kubectl patch -n ${NAMESPACE} deployment auth-server -p "{\"spec\":{\"template\":{\"spec\":{\"containers\":[{\"name\":\"auth-server\",\"image\":\"registry.cybus.io/cybus/auth-server:2.0.6\"}]}}}}"To verify that the auth-server is fully initialized, check for the Connectware service bootstrap completed log line in each auth-server container after its restart.
Download and install Connectware 2.0.6. For more information, see Upgrading Connectware (Kubernetes).
If your agents are managed by separate Helm installations, upgrade those agents to version 2.0.6 as well. For more information, see Upgrading the connectware-agent Helm Chart.
Last updated
Was this helpful?
Was this helpful?

