There was an error while loading. Please reload this page.
If you are running the make targets locally, be sure to have met the Local requirements.
$> BACKEND=gke GKE_CRED_JSON=<cred json file> make k8s
This target leverages CAP-Terraform to deploy a GKE cluster prepared for CAP.
The target downloads all needed gcloud binaries and sets them up in buildir/*.
buildir/*
Needs a json file with gcloud credentials present, passed with GKE_CRED_JSON=<cred json file>.
GKE_CRED_JSON=<cred json file>
Since the infrastructure is living on GKE, instead of deleting the corresponding build folder, please run:
build
$> BACKEND=gke GKE_CRED_JSON=<cred json file> make clean
Same procedure, but call:
$> BACKEND=gke GKE_CRED_JSON=<cred json file> make all