Install required dependencies
- Install Golang 1.20+
- Install Cert Manager
- Install Carvel Tools
All 3 Carvel CLIs can be easily installed via brew
brew tap vmware-tanzu/carvel && brew install imgpkg kbld kappBuild, 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: