Supplychain (Carto v2) components, pipelines and chains.
- kind
- tilt
- kubectl
- tanzu
- kapp
- jq
You can install the missing tools in macOS as follows:
# Install kind
brew install kind
# Install tilt
brew install tilt-dev/tap/tilt
# Install Tanzu CLI and TAP plugins
brew install vmware-tanzu/tanzu/tanzu-cli
tanzu plugin install --group vmware-tap/default:v1.6.2
# kapp
brew tap vmware-tanzu/carvel
brew install kapp
Update the .envrc
file and set the GCP details.
Source the file using:
source .envrc
or use a utility like direnv to do this automatically for you.
Copy the sample-values.yaml
to values.yaml
(which is .gitignored) and fill it with Tanzu Network, TAP and Git details.
To run the setup,
make dev-up
To cleanup
make clean