Skip to content

Commit 2a39908

Browse files
authored
Merge pull request #121 from terraform-google-modules/fix-116
Add note about Terraform VPC for private clusters.
2 parents 640de08 + 1a7a5d4 commit 2a39908

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/private-cluster/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ The resources/services/activations/deletions that this module will create/trigge
88
- Activate network policy if `network_policy` is true
99
- Add `ip-masq-agent` configmap with provided `non_masquerade_cidrs` if `network_policy` is true
1010

11+
12+
**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.
13+
1114
## Usage
1215
There are multiple examples included in the [examples](./examples/) folder but simple usage is as follows:
1316

0 commit comments

Comments
 (0)