-
Notifications
You must be signed in to change notification settings - Fork 9
GKE
Victor Cuadrado Juan edited this page Jun 3, 2020
·
8 revisions
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/*
.
Needs a json file with gcloud credentials present, passed with GKE_CRED_JSON=<cred json file>
.
Since the infrastructure is living on GKE, instead of deleting the
corresponding build
folder, please run:
$> BACKEND=gke GKE_CRED_JSON=<cred json file> make clean
Same procedure, but call:
$> BACKEND=gke GKE_CRED_JSON=<cred json file> make all