We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 729d32b + 2a39908 commit 1b7276dCopy full SHA for 1b7276d
modules/private-cluster/README.md
@@ -8,6 +8,9 @@ The resources/services/activations/deletions that this module will create/trigge
8
- Activate network policy if `network_policy` is true
9
- Add `ip-masq-agent` configmap with provided `non_masquerade_cidrs` if `network_policy` is true
10
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
14
## Usage
15
There are multiple examples included in the [examples](./examples/) folder but simple usage is as follows:
16
0 commit comments