Use the Catalog page of the Tanzu Mission Control console to install a package from your repository to your Kubernetes cluster.
The Available tab on the Catalog page in the Tanzu Mission Control console shows the packages that are available to be installed, including those that are in the Tanzu Standard package repository and other repositories that you have associated with a cluster.
For more information about associating additional repositories, see
Add a Package Repository to Your Cluster.
Note: The catalog in
Tanzu Mission Control restricts the installation of packages from the
Tanzu Standard package repository to only workload clusters running in
Tanzu Kubernetes Grid. You cannot use the catalog to install packages from the
Tanzu Standard package repository to non-TKG clusters.
For non-TKG clusters, you can explore packages in the Helm charts tab. Helm charts are open source from Bitnami, and are not supported by VMware.
Note: Istio packages require that you add the Istio package repository to your cluster, and must be installed in the following order:
- base
- Istiod
- gateway
Prerequisites
This procedure assumes that you already have a Kubernetes cluster that is managed (either attached or provisioned) by Tanzu Mission Control.
Before you start this procedure, log in to the
Tanzu Mission Control console and make sure you have the appropriate permissions.
- To install an available package on a cluster, you must be associated with the .admin role on that cluster.
Note: For clusters running Kubernetes version 1.25 and later with pod security admission (PSA) enabled, you must add the labels listed below in the target namespaces where your installed package deploys pods.
pod-security.kubernetes.io/audit: privileged
pod-security.kubernetes.io/audit-version: latest
pod-security.kubernetes.io/enforce: privileged
pod-security.kubernetes.io/enforce-version: latest
pod-security.kubernetes.io/warn: privileged
pod-security.kubernetes.io/warn-version: latest