tanzu-source-controller/docs/development.md at main · vmware-tanzu/tanzu-source-controller

Install required dependencies

All 3 Carvel CLIs can be easily installed via brew

brew tap vmware-tanzu/carvel && brew install imgpkg kbld kapp

Build, Test and Install Source Controller

We build, test and install Source Controller via make. To see details:

Note: you'll need to export KO_DOCKER_REPO=${ACCESSIBLE_DOCKER_REPO} such that ko can push to the repository and your cluster can pull from it. Visit the ko README for more information.

To install Source Controller:

To uninstall Source Controller:


back