From 3228873d33a172418a7c055dcfba0fb42ea40118 Mon Sep 17 00:00:00 2001 From: Kumar Dhanagopal Date: Wed, 19 May 2021 15:43:57 -0700 Subject: [PATCH] Fix minor typos --- networking/hub-and-spoke-peering/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/networking/hub-and-spoke-peering/README.md b/networking/hub-and-spoke-peering/README.md index a732b70a0..b91a98bfd 100644 --- a/networking/hub-and-spoke-peering/README.md +++ b/networking/hub-and-spoke-peering/README.md @@ -41,7 +41,7 @@ gcloud container clusters get-credentials cluster-1 --zone europe-west1-b kubectl get all ``` -The example configures the peering with the GKE master VPC to export routes for you, so that VPN routes are passed through the peering. You can diable by hand in the console or by editing the `peering_config' variable in the cluster module, to test non-working configurations or switch to using the [GKE proxy](https://cloud.google.com/solutions/creating-kubernetes-engine-private-clusters-with-net-proxies). +The example configures the peering with the GKE master VPC to export routes for you, so that VPN routes are passed through the peering. You can disable by hand in the console or by editing the `peering_config` variable in the `gke-cluster` module, to test non-working configurations or switch to using the [GKE proxy](https://cloud.google.com/solutions/creating-kubernetes-engine-private-clusters-with-net-proxies). ### Export routes via Terraform (recommended)