Skip to content

Commit

Permalink
Merge pull request terraform-google-modules#121 from terraform-google…
Browse files Browse the repository at this point in the history
…-modules/fix-116

Add note about Terraform VPC for private clusters.
  • Loading branch information
morgante committed Mar 27, 2019
2 parents a7de2f7 + b438366 commit 75152e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/private-cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 75152e7

Please sign in to comment.