Difference between revisions of "TLM/Current/TLMPEGuide/Upgrade"
From Genesys Documentation
(Published) |
|||
Line 3: | Line 3: | ||
|DisplayName=Upgrade, rollback, or uninstall Telemetry Service | |DisplayName=Upgrade, rollback, or uninstall Telemetry Service | ||
|TocName=Upgrade, rollback, or uninstall | |TocName=Upgrade, rollback, or uninstall | ||
− | |Context=Learn how to upgrade, rollback or uninstall Telemetry Service. | + | |Context=Learn how to upgrade, rollback, or uninstall Telemetry Service. |
|ComingSoon=No | |ComingSoon=No | ||
|Section={{Section | |Section={{Section | ||
Line 9: | Line 9: | ||
|anchor=upgrade | |anchor=upgrade | ||
|alignment=Vertical | |alignment=Vertical | ||
− | |structuredtext=Telemetry Service supports a {{Link-AnywhereElse|product=PrivateEdition|version=Current|manual=PEGuide|topic=UpgradStrats|anchor=RollUp|display text=Rolling Update strategy}} to upgrade its services. To upgrade Telemetry services, first {{Link-SomewhereInThisVersion|manual=TLMPEGuide|topic=Configure|anchor=override|display text= | + | |structuredtext=Telemetry Service supports a {{Link-AnywhereElse|product=PrivateEdition|version=Current|manual=PEGuide|topic=UpgradStrats|anchor=RollUp|display text=Rolling Update strategy}} to upgrade its services. To upgrade Telemetry services, first {{Link-SomewhereInThisVersion|manual=TLMPEGuide|topic=Configure|anchor=override|display text=override the Helm chart values}}. |
− | Next, run the following command to upgrade:< | + | Next, run the following command to upgrade: |
− | helm upgrade -f values.yaml telemetry-service ./tlm | + | |
− | </ | + | <code>helm upgrade --version <new_helm_chart_version> -f values.yaml telemetry-service ./tlm</code> |
|Status=No | |Status=No | ||
}}{{Section | }}{{Section | ||
Line 19: | Line 19: | ||
|anchor=rollback | |anchor=rollback | ||
|alignment=Vertical | |alignment=Vertical | ||
− | |structuredtext=To | + | |structuredtext=To roll back Telemetry Services, use the <code>helm rollback</code> command: |
+ | |||
+ | <code>helm rollback telemetry-service</code> | ||
− | + | To roll back to a specific version of Telemetry Services, you can use either the <code>helm rollback</code> command or the <code>helm upgrade</code> command. | |
− | helm rollback telemetry-service - | + | * <code>helm rollback telemetry-service <revision-number></code> |
− | </ | + | * <code>helm upgrade --version <previous_version> -f previous-values.yaml telemetry-service ./tlm</code> |
− | |||
− | </ | ||
|Status=No | |Status=No | ||
}}{{Section | }}{{Section |
Revision as of 07:15, April 6, 2022
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 --version <new_helm_chart_version> -f values.yaml telemetry-service ./tlm
Rollback Telemetry Service
To roll back Telemetry Services, use the helm rollback
command:
helm rollback telemetry-service
To roll back to a specific version of Telemetry Services, you can use either the helm rollback
command or the helm upgrade
command.
helm rollback telemetry-service <revision-number>
helm upgrade --version <previous_version> -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!