Install With Helm
The following instructions show you how to install the Verrazzano Platform Operator (VPO) in a single Kubernetes cluster using Helm.
Prerequisites
- Find the Verrazzano prerequisite requirements here.
- Review the list of the software versions supported and installed by Verrazzano.
- Helm
NOTE
To avoid conflicts with Verrazzano system components, we recommend installing Verrazzano into an empty cluster.NOTE
Helm chart installation is supported only for Verrazzano v1.6.0 and later.Prepare for the installation
Before installing the Verrazzano platform operator, see the instructions for preparing Kubernetes platforms. Make sure that you have a valid kubeconfig file pointing to the Kubernetes cluster that you want to use for installing your Verrazzano platform operator.
NOTE: Verrazzano can create network policies that can be used to limit the ports and protocols that pods use for network communication. Network policies provide additional security but they are enforced only if you install a Kubernetes Container Network Interface (CNI) plug-in that enforces them, such as Calico. For instructions on how to install a CNI plug-in, see the documentation for your Kubernetes cluster.
Perform the installation
Verrazzano provides a platform operator to manage the life cycle of Verrazzano installations.
The following steps show you how to install the VPO using a VPO Helm chart. VPO Helm charts are located in Verrazzano versioned repositories here.
Install the VPO using a Helm chart from the repository
-
Install your desired version of the Verrazzano platform operator. See the following example command that installs the v1.6.5 VPO.
$ helm install your-release-name oci://ghcr.io/verrazzano/charts/verrazzano-platform-operator --version 1.6.5
This command installs only the VPO to the cluster; it does not install a Verrazzano Custom Resource.
-
Follow the steps in this section to apply the Verrazzano Custom Resource and complete the installation of Verrazzano.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.