Jump to: navigation, search
(Created target blank page For Version: HTCC:9.0.0)
 
(Update with the copy of version: 9.0.0DRAFT)
 
Line 1: Line 1:
<!-- Creation of the target page -->
+
=Rolling Back to 9.0.002.57=
 +
 
 +
Before you roll back, please invoke the following command:
 +
<source lang="text">
 +
helm test gws -n gws-service
 +
</source>
 +
Where:
 +
* '''gws''' is the name of deployment.
 +
* '''-n gws-service''' is the Kubernetes namespace name to deploy to.
 +
Then, roll back through Helm using the following command:
 +
<source lang="text">
 +
helm rollback gws 0 -n gws-service
 +
</source>
 +
 
 +
Where:
 +
* '''gws''' is the name of deployment.
 +
* '''0''' is the option to roll back to the last successful release.
 +
* '''-n gws-service''' is the Kubernetes namespace name to deploy to.
 +
 
 +
{{NoteFormat| Occasionally, for unknown reason, roll back to 9.0.002.57 fails. In such case, you will need to install the 9.0.002.57 release if you need to roll back to it.}}
 +
 
 +
[[Category:V:HTCC:9.0.0]]

Latest revision as of 17:42, December 22, 2020

Rolling Back to 9.0.002.57

Before you roll back, please invoke the following command:

helm test gws -n gws-service

Where:

  • gws is the name of deployment.
  • -n gws-service is the Kubernetes namespace name to deploy to.

Then, roll back through Helm using the following command:

helm rollback gws 0 -n gws-service

Where:

  • gws is the name of deployment.
  • 0 is the option to roll back to the last successful release.
  • -n gws-service is the Kubernetes namespace name to deploy to.
Important
Occasionally, for unknown reason, roll back to 9.0.002.57 fails. In such case, you will need to install the 9.0.002.57 release if you need to roll back to it.
This page was last edited on December 22, 2020, at 17:42.
Comments or questions about this documentation? Contact us for support!