- Install the Carvel tools kapp and ytt. If you choose the script install, all of them will be installed together.
Only necessary if cluster is/will not be attached to TMC / Tanzu Platform Kubernetes Operartions.
kapp deploy -a kc -f https://github.com/carvel-dev/kapp-controller/releases/latest/download/release.yml
Only necessary if cluster is/will not be attached to TMC / Tanzu Platform Kubernetes Operartions.
kapp deploy -a sg -f https://github.com/carvel-dev/secretgen-controller/releases/latest/download/release.yml
(cd clusters/emea-tp-main && ytt -f sync/config --data-values-file sync/values.yaml | kapp deploy -a sync -y -f -)
(cd clusters/emea-tp-workload-1 && ytt -f sync/config --data-values-file sync/values.yaml | kapp deploy -a sync -y -f -)
tanzu operations clustergroup use <sa-region>-workload
ytt -f tp4k8s/cluster-group | kubectl apply -f -