This topic tells you how to install default roles for Tanzu Application Platform (commonly known as TAP) without deploying a TAP profile.
NoteFollow the steps in this topic if you do not want to use a profile to install default roles. For more information about profiles, see Components and installation profiles.
Before installing default roles, complete all prerequisites to install Tanzu Application Platform. For more information, see Prerequisites.
To install default roles:
List version information for the package by running:
tanzu package available list tap-auth.tanzu.vmware.com --namespace tap-install
For example:
$ tanzu package available list tap-auth.tanzu.vmware.com --namespace tap-install
- Retrieving package versions for tap-auth.tanzu.vmware.com...
NAME VERSION RELEASED-AT
tap-auth.tanzu.vmware.com 1.0.1
Install the package by running:
tanzu package install tap-auth \
--package tap-auth.tanzu.vmware.com \
--version VERSION \
--namespace tap-install
Where:
VERSION
is the package version number. For example, 1.0.1
.For example:
$ tanzu package install tap-auth \
--package tap-auth.tanzu.vmware.com \
--version 1.0.1 \
--namespace tap-install