Skip to content

Commit

Permalink
Use zonal cluster for gcp blueprint (kubeflow#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobgy authored Jun 29, 2020
1 parent 0f0271a commit 88c153f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/kubeflow/testing/create_kf_from_gcp_blueprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class BlueprintRunner:
@staticmethod
def deploy(blueprint_dir, management_context, name="kf-vbp-{uid}",
project="kubeflow-ci-deployment",
location="us-central1", zone="us-central1-f",
location="us-central1-c", zone="us-central1-c",
labels_file=None,
oauth_file=DEFAULT_OAUTH_FILE): # pylinet: disable=too-many-arguments
"""Deploy the blueprint:
Expand Down

0 comments on commit 88c153f

Please sign in to comment.