istio.io/content/en/boilerplates/helm-prereqs.md

631 B

Prerequisites

  1. Perform any necessary platform-specific setup.

  2. Check the Requirements for Pods and Services.

  3. Install the latest Helm client. Helm versions released before the oldest currently-supported Istio release are not tested, supported, or recommended.

  4. Configure the Helm repository:

{{< text bash >}} $ helm repo add istio https://istio-release.storage.googleapis.com/charts $ helm repo update {{< /text >}}