Skip to main content
Version: 3.16 (latest)

Install a patch release

Big picture

Install an older patch release of Calico Enterprise.

Concepts

Installing a patch release is easy:

  1. Download and "un-tar" a patch release to a local directory.
  2. Apply the downloaded manifests.

Before you begin

This feature is:

  • Available in 3.0 and later
  • Not available for Helm with operator

How to

  1. Go to the Releases tab, and navigate to the appropriate release (3.0 and later).

  2. In the left navigation, click Release notes, and click the link, Release archive.

  3. Untar the release-x.x.x.tgz to a local directory.

    tar xzvf release-x.y.z.tgz

In the patch release archive, navigate to the manifests folder.

  1. Follow the quickstart installation, making the following changes:

    1. Install Tigera operator and custom resource definitions.

      kubectl create -f <your-local-directory-archive>/manifests/tigera-operator.yaml
    2. If you are not using an existing Prometheus operator, install it.

      kubectl create -f <your-local-directory-archive>/manifests/tigera-prometheus-operator.yaml
    3. Install Tigera custom resources.

      kubectl create -f <your-local-directory-archive>/manifests/custom-resources.yaml
      note

      For platforms like AKS or EKS, you must modify the command to be platform specific. EKS example: kubectl create -f <your-local-directory-archive>/manifests/eks/custom-resources.yaml