Skip to content

Commit

Permalink
Fixed wrong zone in install script
Browse files Browse the repository at this point in the history
  • Loading branch information
toast-e committed Apr 9, 2019
1 parent bbc1e50 commit fc94d55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gke-to-gke-vpn/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ kubectl apply -f "${ROOT}"/manifests/ilb-svc.yaml

### Fetch cluster2 credentials, deploy nginx pods in cluster2 and create services
gcloud container clusters get-credentials cluster-deployment-cluster2 \
--zone us-east1-b
--zone us-central1-b
kubectl config set-context "$(kubectl config current-context)" --namespace=default
kubectl apply -f "${ROOT}"/manifests/run-my-nginx.yaml
kubectl apply -f "${ROOT}"/manifests/cluster-ip-svc.yaml
Expand All @@ -163,7 +163,7 @@ kubectl apply -f "${ROOT}"/manifests/ilb-svc.yaml

### Fetch cluster4 credentials, deploy nginx pods in cluster4 and create services
gcloud container clusters get-credentials cluster-deployment-cluster4 \
--zone us-east1-c
--zone us-central1-c
kubectl config set-context "$(kubectl config current-context)" --namespace=default
kubectl apply -f "${ROOT}"/manifests/run-my-nginx.yaml
kubectl apply -f "${ROOT}"/manifests/cluster-ip-svc.yaml
Expand Down

0 comments on commit fc94d55

Please sign in to comment.