This document tells you how to install Developer Conventions from the Tanzu Application Platform (commonly known as TAP) package repository.
NoteFollow the steps in this topic if you do not want to use a profile to install Developer Conventions. For more information about profiles, see About Tanzu Application Platform components and profiles.
Before installing Developer Conventions:
To install Developer Conventions:
Get the exact name and version information for the Developer Conventions package to be installed by running:
tanzu package available list developer-conventions.tanzu.vmware.com --namespace tap-install
For example:
$ tanzu package available list developer-conventions.tanzu.vmware.com --namespace tap-install
- Retrieving package versions for developer-conventions.tanzu.vmware.com
NAME VERSION RELEASED-AT
developer-conventions.tanzu.vmware.com 0.3.0 2021-10-19T00:00:00Z
Install the package by running:
tanzu package install developer-conventions \
--package developer-conventions.tanzu.vmware.com \
--version 0.3.0 \
--namespace tap-install
Verify the package install by running:
tanzu package installed get developer-conventions --namespace tap-install
For example:
tanzu package installed get developer-conventions -n tap-install
| Retrieving installation details for developer-conventions...
NAME: developer-conventions
PACKAGE-NAME: developer-conventions.tanzu.vmware.com
PACKAGE-VERSION: 0.3.0
STATUS: Reconcile succeeded
CONDITIONS: [{ReconcileSucceeded True }]
USEFUL-ERROR-MESSAGE:
Verify that STATUS
is Reconcile succeeded
The following resource limits are set on the Developer Conventions service:
resources:
limits:
cpu: 100m
memory: 256Mi
requests:
cpu: 100m
memory: 20Mi
To uninstall Developer Conventions, follow the guide for Uninstall Tanzu Application Platform packages. The package name for developer conventions is developer-conventions
.