Upgrade, rollback, or uninstall Telemetry Service

From Genesys Documentation
Revision as of 11:24, March 30, 2022 by Jaba.Amudha.IX (talk | contribs) (Published)
Jump to: navigation, search
This topic is part of the manual Telemetry Service Private Edition Guide for version Current of Telemetry Service.

Learn how to upgrade, rollback or uninstall Telemetry Service.

Upgrade Telemetry Service

Telemetry Service supports a Rolling Update strategy to upgrade its services. To upgrade Telemetry services, first Override the Helm chart values.

Next, run the following command to upgrade:
helm upgrade -f values.yaml telemetry-service ./tlm

Rollback Telemetry Service

To rollback Telemetry Services, you can either use the helm rollback command or the helm upgrade command and specify the previous values.

An example using helm rollback:
helm rollback telemetry-service -n tlm
An example using helm upgrade:
helm upgrade -f previous-values.yaml telemetry-service ./tlm

Uninstall Telemetry Service

To uninstall the Telemetry service:

helm uninstall telemetry-service -n tlm
Retrieved from "https://all.docs.genesys.com/TLM/Current/TLMPEGuide/Upgrade (2025-06-19 19:11:04)"
Comments or questions about this documentation? Contact us for support!