Upgrade
Learn about Upgrading Trilio on OpenShift and Upstream Kubernetes
Last updated
Learn about Upgrading Trilio on OpenShift and Upstream Kubernetes
Last updated
OpenShift updates are delivered directly through the Operator Lifecycle Manager framework.
When installing the Trilio Operator, the cluster admin can specify how to update via an approval strategy - either manual or automatic.
A manual subscription will require manually approving the new update that is available. An automatic subscription will automatically update the application when an update is available.
For Upstream or non-OpenShift environments, Trilio provides its own Operator for installing and managing instances of Trilio for Kubernetes. Follow the steps below to upgrade the operator
Find the helm repository for Trilio Manager using the following command:
2. Update your repo to receive the latest updates:
3. Update your upstream operator:
Once the operator pod comes up, it will automatically install the corresponding Trilio version.
Before proceeding with the upgrade from version 3.0.X to any subsequent version, it is needed to include the following flag to disable observability features if observability is enabled:
--set observability.enabled=false
After upgrade you can enable observability by set observability.enabled flag to true