cluster working
This commit is contained in:
parent
be0e75b733
commit
cf6b296221
1 changed files with 3 additions and 3 deletions
|
@ -3,9 +3,9 @@ all:
|
||||||
vars:
|
vars:
|
||||||
|
|
||||||
# GKE cluster variables
|
# GKE cluster variables
|
||||||
gcp_project: <project_name> # ID of GCP Project
|
gcp_project: swift-handler-352114 # ID of GCP Project
|
||||||
gcp_auth_kind: serviceaccount # Do not change
|
gcp_auth_kind: serviceaccount # Do not change
|
||||||
gcp_cred_file: <path_service_account> # Path to service account keys (json file downloaded from GCP)
|
gcp_cred_file: service.json # Path to service account keys (json file downloaded from GCP)
|
||||||
|
|
||||||
gcp_zone: us-central1-a
|
gcp_zone: us-central1-a
|
||||||
gcp_image_type: ubuntu_containerd
|
gcp_image_type: ubuntu_containerd
|
||||||
|
|
Loading…
Reference in a new issue