From b438366d43c1b0da094086829d919e2ae3a5d0c3 Mon Sep 17 00:00:00 2001 From: Morgante Pell Date: Wed, 27 Mar 2019 11:29:40 -0400 Subject: [PATCH] Add note about Terraform VPC for private clusters. --- modules/private-cluster/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/private-cluster/README.md b/modules/private-cluster/README.md index e3eeb194cf..68dffee494 100644 --- a/modules/private-cluster/README.md +++ b/modules/private-cluster/README.md @@ -8,6 +8,9 @@ The resources/services/activations/deletions that this module will create/trigge - Activate network policy if `network_policy` is true - Add `ip-masq-agent` configmap with provided `non_masquerade_cidrs` if `network_policy` is true + +**Note**: You must run Terraform from a VM on the same VPC as your cluster, otherwise there will be issues connecting to the GKE master. + ## Usage There are multiple examples included in the [examples](./examples/) folder but simple usage is as follows: