- 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 kapp
We build, test and install Source Controller via make
. To see details:
make help
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:
make deploy
To uninstall Source Controller:
make undeploy