LogoLogo
4.0.X
4.0.X
  • About Trilio for Kubernetes
    • Welcome to Trilio For Kubernetes
    • Version 4.0.X Release Highlights
    • Compatibility Matrix
    • Marketplace Support
    • Features
    • Use Cases
  • Getting Started
    • Getting Started with Trilio on Red Hat OpenShift (OCP)
    • Getting Started with Trilio for Upstream Kubernetes (K8S)
    • Getting Started with Trilio for AWS Elastic Kubernetes Service (EKS)
    • Getting Started with Trilio on Google Kubernetes Engine (GKE)
    • Getting Started with Trilio on VMware Tanzu Kubernetes Grid (TKG)
    • More Trilio Supported Kubernetes Distributions
      • General Installation Prerequisites
      • Rancher Deployments
      • Azure Cloud AKS
      • Digital Ocean Cloud
      • Mirantis Kubernetes Engine
      • IBM Cloud
    • Licensing
    • Using Trilio
      • Overview
      • Post-Install Configuration
      • Management Console
        • About the UI
        • Navigating the UI
          • UI Login
          • Cluster Management (Home)
          • Backup & Recovery
            • Namespaces
              • Namespaces - Actions
              • Namespaces - Bulk Actions
            • Applications
              • Applications - Actions
              • Applications - Bulk Actions
            • Backup Plans
              • Create Backup Plans
              • Backup Plans - Actions
            • Targets
              • Create New Target
              • Targets - Actions
          • Trilio Monitoring
          • Resource Management
          • Guided Tours
        • UI How-to Guides
          • Multi-Cluster Management
          • Creating Backups
            • Cleanup Failed Backups
          • Restoring Backups
            • Cross-Cluster Restores
          • Monitoring Details
          • Disaster Recovery Plan
          • Continuous Restore
      • Command-Line Interface
        • YAML Examples
        • Trilio Helm Operator Values
    • Upgrade
    • Air-Gapped Installations
    • Uninstall
  • Reference Guides
    • T4K Pod/Job Capabilities
      • Resource Quotas
    • Trilio Operator API Specifications
    • Custom Resource Definition - Application
  • Advanced Configuration
    • AWS S3 Target Permissions
    • Management Console
      • KubeConfig Authenticaton
      • Authentication Methods Via Dex
      • UI Authentication
      • RBAC Authentication
      • Configuring the UI
    • Resource Request Requirements
      • Fine Tuning Resource Requests and Limits
    • Observability
      • Observability of Trilio with Prometheus and Grafana
      • Exported Prometheus Metrics
      • T4K Integration with Observability Stack
    • Modifying Default T4K Configuration
  • T4K Concepts
    • Supported Application Types
    • Support for Helm Releases
    • Support for OpenShift Operators
    • T4K Components
    • Backup and Restore Details
      • Immutable Backups
      • Application Centric Backups
    • Backup Retention Process
      • Retention Use Case
    • Continuous Restore
      • Architecture and Concepts
  • Performance
    • S3 as Backup Target
      • T4K S3 Fuse Plugin performance
    • Measuring Backup Performance
  • Ecosystem
    • T4K Integration with Slack using BotKube
    • Monitoring T4K Logs using ELK Stack
    • Rancher Navigation Links for Trilio Management Console
    • Optimize T4K Backups with StormForge
    • T4K GitHub Runner
    • AWS RDS snapshots using T4K hooks
    • Deploying Trilio For Kubernetes with Openshift ACM Policies
  • Krew Plugins
    • T4K QuickStart Plugin
    • Trilio for Kubernetes Preflight Checks Plugin
    • T4K Log Collector Plugin
    • T4K Cleanup Plugin
    • OCP ETCD Plugin
    • RKE ETCD Plugin
  • Support
    • Troubleshooting Guide
    • Known Issues and Workarounds
    • Contacting Support
  • Appendix
    • Ignored Resources
    • OpenSource Software Disclosure
    • CSI Drivers
      • Installing VolumeSnapshot CRDs
      • Install AWS EBS CSI Driver
    • T4K Product Quickview
    • OpenShift OperatorHub Custom CatalogSource
      • Custom CatalogSource in a restricted environment
    • Configure OVH Object Storage as a Target
    • Connect T4K UI hosted with HTTPS to another cluster hosted with HTTP or vice versa
    • Fetch DigitalOcean Kubernetes Cluster kubeconfig for T4K UI Authentication
    • Force Update T4K Operator in Rancher Marketplace
    • Backup and Restore Virtual Machines running on OpenShift
    • T4K For Volumes with Generic Storage
Powered by GitBook
On this page
  • RedHat OpenShift
  • Upstream Kubernetes
  1. Getting Started

Upgrade

Learn about Upgrading Trilio on OpenShift and Upstream Kubernetes

PreviousTrilio Helm Operator ValuesNextAir-Gapped Installations

Last updated 1 year ago

RedHat OpenShift

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.

Enable/Disable Openshift Console Plugin

  • Navigate to Installed Operator and search for Trilio for Kubernetes. Inside the Detail section will find console plugin in side tab as marked in image below.

After clicking on enabled tab pop-up with option enable and disable for enable/disable console plugin on openshift cluster.

Upstream Kubernetes

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

  1. Find the helm repository for Trilio Manager using the following command:

prafull@EMPID18004:~$ helm repo list
NAME    	URL                                                               
signtest	http://127.0.0.1:43961                                            
tvm     	http://charts.k8strilio.net/trilio-stable/k8s-triliovault-operator

2. Update your repo to receive the latest updates:

prafull@EMPID18004:~$ helm repo update
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "tvm" chart repository
Update Complete. ⎈ Happy Helming!⎈ 

3. Update your upstream operator:

prafull@EMPID18004:~$ helm ls
NAME           	NAMESPACE	REVISION	UPDATED                                	STATUS  	CHART                          	APP VERSION
trilio-operator	default  	1       	2021-01-13 18:50:12.554889335 +0530 IST	deployed	k8s-triliovault-operator-2.6.2	2.6.2     

prafull@EMPID18004:~$ helm upgrade trilio-operator tvm/k8s-triliovault-operator
Release "trilio-operator" has been upgraded. Happy Helming!
NAME: trilio-operator
LAST DEPLOYED: Wed Jan 13 18:51:28 2021
NAMESPACE: default
STATUS: deployed
REVISION: 2
TEST SUITE: None
NOTES:
To verify that Trilio Operator has started, run:


  kubectl --namespace=default get deployments -l "release=trilio-operator"

prafull@EMPID18004:~$ helm ls
NAME           	NAMESPACE	REVISION	UPDATED                                	STATUS  	CHART                          	APP VERSION
trilio-operator	default  	2       	2021-01-13 18:51:28.709468861 +0530 IST	deployed	k8s-triliovault-operator-2.10.0	2.10.0     

Once the operator pod comes up, it will automatically install the corresponding Trilio version.

OpenShift Approval Strategy
console plugin