Skip to content

Commit

Permalink
Fix CaaSP version in Helm 2 to 3 Migration section (#977)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgonin authored Aug 20, 2020
1 parent 73526e0 commit b4f9b56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adoc/admin-software-installation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -222,15 +222,15 @@ The process for migrating an installation from Helm 2 to Helm 3 has been documen

==== Preconditions

* A healthy CaaSP 5.0 installation with applications deployed using Helm 2 and Tiller.
* A healthy CaaSP 4.5 installation with applications deployed using Helm 2 and Tiller.
* A system, which `skuba` and `helm` version 2 have run on previously.
** The procedure below requires an available internet connection to install the `2to3` plugin. If the installation is in an air gapped environment, the system may need to be moved back out of the air gapped environment.
* These instructions are written for a single cluster managed from a single Helm 2 installation. If more than one cluster is being managed by this installation of Helm 2, please reference https://github.com/helm/helm-2to3 for further details and do not do the clean-up step until all clusters are migrated.


==== Migration Procedure

This is a procedure for migrating a CaaSP 5.0 deployment that has used Helm 2 to deploy applications.
This is a procedure for migrating a CaaSP 4.5 deployment that has used Helm 2 to deploy applications.

. Install `helm3` package in the same location you normally run `skuba` commands (alongside the helm2 package):
+
Expand Down

0 comments on commit b4f9b56

Please sign in to comment.