File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,8 @@ output "cluster_ca_certificate" {
141
141
` monitoring.googleapis.com `
142
142
143
143
* ` network ` - (Optional) The name or self_link of the Google Compute Engine
144
- network to which the cluster is connected.
144
+ network to which the cluster is connected. For Shared VPC, set this to the self link of the
145
+ shared network.
145
146
146
147
* ` network_policy ` - (Optional) Configuration options for the
147
148
[ NetworkPolicy] ( https://kubernetes.io/docs/concepts/services-networking/networkpolicies/ )
@@ -171,7 +172,7 @@ output "cluster_ca_certificate" {
171
172
172
173
* ` remove_default_node_pool ` - (Optional) If true, deletes the default node pool upon cluster creation.
173
174
174
- * ` subnetwork ` - (Optional) The name of the Google Compute Engine subnetwork in
175
+ * ` subnetwork ` - (Optional) The name or self_link of the Google Compute Engine subnetwork in
175
176
which the cluster's instances are launched.
176
177
177
178
The ` addons_config ` block supports:
You can’t perform that action at this time.
0 commit comments