Install Bitnami Services

This topic tells you how to install Bitnami Services from the Tanzu Application Platform (commonly known as TAP) package repository.

Note

Follow the steps in this topic if you do not want to use a profile to install Bitnami Services. For more information about profiles, see Components and installation profiles.

Prerequisites

Before installing Bitnami Services, you must:

Install Bitnami Services

To install Bitnami Services:

  1. See what versions of Bitnami Services are available to install by running:

    tanzu package available list -n tap-install bitnami.services.tanzu.vmware.com
    

    For example:

    $ tanzu package available list -n tap-install bitnami.services.tanzu.vmware.com
      NAME                               VERSION           RELEASED-AT
      bitnami.services.tanzu.vmware.com  0.1.0             2023-03-10 14:35:15 +0000 UTC
    
  2. Install Bitnami Services by running:

    tanzu package install bitnami-services \
      --package bitnami.services.tanzu.vmware.com \
      --version VERSION-NUMBER \
      --namespace tap-install
    

    Where VERSION-NUMBER is the Bitnami Services version you want to install. For example, 0.1.0.

  3. Verify that the package installed by running:

    tanzu package installed get bitnami-services -n tap-install
    

    In the output, confirm that the STATUS value is Reconcile succeeded.

    For example:

    $ tanzu package installed get bitnami-services -n tap-install
    NAMESPACE:          tap-install
    NAME:               bitnami-services
    PACKAGE-NAME:       bitnami.services.tanzu.vmware.com
    PACKAGE-VERSION:    0.1.0
    STATUS:             Reconcile succeeded
    CONDITIONS:         - type: ReconcileSucceeded
      status: "True"
      reason: ""
      message: ""
    
check-circle-line exclamation-circle-line close-line
Scroll to top icon