Install Developer Conventions

This document tells you how to install Developer Conventions 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 Developer Conventions. For more information about profiles, see About Tanzu Application Platform components and profiles.

Prerequisites

Before installing Developer Conventions:

Install

To install Developer Conventions:

  1. 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
    
  2. Install the package by running:

    tanzu package install developer-conventions \
      --package developer-conventions.tanzu.vmware.com \
      --version 0.3.0 \
      --namespace tap-install
    
  3. 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

Resource limits

The following resource limits are set on the Developer Conventions service:

resources:
  limits:
  cpu: 100m
  memory: 256Mi
  requests:
  cpu: 100m
  memory: 20Mi

Uninstall

To uninstall Developer Conventions, follow the guide for Uninstall Tanzu Application Platform packages. The package name for developer conventions is developer-conventions.

check-circle-line exclamation-circle-line close-line
Scroll to top icon