Upgrade, rollback, or uninstall Telemetry Service
From Genesys Documentation
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.
Related documentation:
RSS:
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.
helm rollback
:helm rollback telemetry-service -n tlm
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
Comments or questions about this documentation? Contact us for support!