|
|
|
# [[ AUTH ]] - authenticates against a GCP cluster
|
|
|
|
# - ZONE - GCP cluster zone (e.g. us-east1-b)
|
|
|
|
# - PROJECT - GCP project ID
|
|
|
|
# - CLUSTER - name of the cluster to authenticate to
|
|
|
|
# - SERVICE_ACCOUNT_CREDENTIALS - JSON credentials for the service account
|
|
|
|
|
|
|
.gcp_k8s_auth:
|
|
.gcp_k8s_auth:
|
|
|
image: shomika17/gcloud-kubectl-kustomize:latest
|
|
image: shomika17/gcloud-kubectl-kustomize:latest
|
|
|
before_script:
|
|
before_script:
|
| ... | | ... | |