Skip to content

Commit

Permalink
Merge pull request #121 from terraform-google-modules/fix-116
Browse files Browse the repository at this point in the history
Add note about Terraform VPC for private clusters.
  • Loading branch information
morgante committed Mar 27, 2019
2 parents 640de08 + 1a7a5d4 commit 2a39908
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 2a39908

Please sign in to comment.