Continue working on exercise 4.
This commit is contained in:
@ -92,6 +92,22 @@ From here it is trivial to perform a **Rollback** to remove our misconfigured up
|
||||
</Zoom>
|
||||
|
||||
|
||||
|
||||
## 4.4 - Rollback to a previous helm release
|
||||
|
||||
Our previous helm upgrade for the Gitea application didn't succeed due to the misconfiguration we supplied. **Helm** has features for rolling back to a previous release through the `helm rollback` command line interface. OpenShift has made this even easier by adding native support for interactive rollbacks in the OpenShift web console so let's give that a go now.
|
||||
|
||||
Start in the **Helm** view of the **Developer** perspective.
|
||||
|
||||
In the **Helm Releases** tab you should see one release called `gitea`.
|
||||
|
||||
Click the three dot menu to the right hand side of the that helm release and click **Rollback**.
|
||||
|
||||
Select the radio button for revision `1` which should be showing a status of `Deployed`, then click **Rollback**.
|
||||
|
||||
<Zoom>
|
||||
| |
|
||||
|:-------------------------------------------------------------------:|
|
||||
| *Rolling back to a previous gitea helm release* |
|
||||
</Zoom>
|
||||
|
||||
|
||||
|
||||
BIN
public/static/images/helm-rollback.gif
Normal file
BIN
public/static/images/helm-rollback.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.8 MiB |
Reference in New Issue
Block a user