Docsright arrowEdge Stackright arrowUpgrade Ambassador Edge Stack 2.0.5 to Ambassador Edge Stack 2.5.1 (Helm)

3 min • read

Upgrade Ambassador Edge Stack 2.0.5 to Ambassador Edge Stack 2.5.1 (Helm)

Migrating from Ambassador Edge Stack 2.0.5 to Ambassador Edge Stack 2.5.1 is a four-step process:

  1. Install new CRDs.

    Before installing Ambassador Edge Stack 2.5.1 itself, you need to update the CRDs in your cluster; Helm will not do this for you. This is mandatory during any upgrade of Ambassador Edge Stack.

  2. Delete Ambassador Edge Stack 2.0.5 Deployment.

    Use kubectl to delete the Deployment for Ambassador Edge Stack 2.0.5. Typically, this will be found in the ambassador namespace.

  3. Install Ambassador Edge Stack 2.5.1.

    After installing the new CRDs, use Helm to install Ambassador Edge Stack 2.5.1. Start by making sure that your datawire Helm repo is set correctly:

    Then, install Ambassador Edge Stack in the ambassador namespace. If necessary for your installation (e.g. if you were running with AMBASSADOR_SINGLE_NAMESPACE set), you can choose a different namespace.