You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/beta-private-cluster/README.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,6 +146,9 @@ Then perform the following commands on the root folder:
146
146
147
147
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
148
148
<<<<<<< HEAD
149
+
<<<<<<< HEAD
150
+
=======
151
+
>>>>>>> ead51c5c986 (check)
149
152
## Inputs
150
153
151
154
| Name | Description | Type | Default | Required |
@@ -257,7 +260,11 @@ Then perform the following commands on the root folder:
257
260
| network\_policy | Enable network policy addon |`bool`|`false`| no |
258
261
| network\_policy\_provider | The network policy provider. |`string`|`"CALICO"`| no |
259
262
| network\_project\_id | The project ID of the shared VPC's host (for shared vpc support) |`string`|`""`| no |
263
+
<<<<<<< HEAD
260
264
| network\_tags | (Optional) - List of network tags applied to autopilot and auto-provisioned node pools. |`list(string)`|`[]`| no |
265
+
=======
266
+
| network\_tags | (Optional) - List of network tags applied to auto-provisioned node pools. |`list(string)`|`[]`| no |
267
+
>>>>>>> ead51c5c986 (check)
261
268
| node\_metadata | Specifies how node metadata is exposed to the workload running on the node |`string`|`"GKE_METADATA"`| no |
262
269
| node\_pools | List of maps containing node pools |`list(map(any))`| <pre>[<br> {<br> "name": "default-node-pool"<br> }<br>]</pre> | no |
263
270
| node\_pools\_cgroup\_mode | Map of strings containing cgroup node config by node-pool name |`map(string)`| <pre>{<br> "all": "",<br> "default-node-pool": ""<br>}</pre> | no |
@@ -275,7 +282,11 @@ Then perform the following commands on the root folder:
275
282
| notification\_config\_topic | The desired Pub/Sub topic to which notifications will be sent by GKE. Format is projects/{project}/topics/{topic}. |`string`|`""`| no |
276
283
| notification\_filter\_event\_type | Choose what type of notifications you want to receive. If no filters are applied, you'll receive all notification types. Can be used to filter what notifications are sent. Accepted values are UPGRADE\_AVAILABLE\_EVENT, UPGRADE\_EVENT, and SECURITY\_BULLETIN\_EVENT. |`list(string)`|`[]`| no |
277
284
| parallelstore\_csi\_driver | Whether the Parallelstore CSI driver Addon is enabled for this cluster. |`bool`|`null`| no |
285
+
<<<<<<< HEAD
278
286
| pod\_cidr\_overprovision\_config | Configuration for cluster level pod cidr overprovision. |`object({ disabled = bool })`| <pre>{<br> "disabled": null<br>}</pre> | no |
287
+
=======
288
+
| pod\_cidr\_overprovision\_config | Configuration for cluster level pod cidr overprovision. |`object({ disabled = bool })`| <pre>{<br> "disabled": false<br>}</pre> | no |
289
+
>>>>>>> ead51c5c986 (check)
279
290
| private\_endpoint\_subnetwork | The subnetwork to use for the hosted master network. |`string`|`null`| no |
280
291
| project\_id | The project ID to host the cluster in (required) |`string`| n/a | yes |
281
292
| ray\_operator\_config | The Ray Operator Addon configuration for this cluster. | <pre>object({<br> enabled = bool<br> logging_enabled = optional(bool, false)<br> monitoring_enabled = optional(bool, false)<br> })</pre> | <pre>{<br> "enabled": false,<br> "logging_enabled": false,<br> "monitoring_enabled": false<br>}</pre> | no |
@@ -285,7 +296,10 @@ Then perform the following commands on the root folder:
285
296
| registry\_project\_ids | Projects holding Google Container Registries. If empty, we use the cluster project. If a service account is created and the `grant_registry_access` variable is set to `true`, the `storage.objectViewer` and `artifactregsitry.reader` roles are assigned on these projects. |`list(string)`|`[]`| no |
286
297
| release\_channel | The release channel of this cluster. Accepted values are `UNSPECIFIED`, `RAPID`, `REGULAR` and `STABLE`. Defaults to `REGULAR`. |`string`|`"REGULAR"`| no |
287
298
| remove\_default\_node\_pool | Remove default node pool while setting up the cluster |`bool`|`false`| no |
299
+
<<<<<<< HEAD
288
300
| resource\_manager\_tags | (Optional) - List of resource manager tags applied to autopilot and auto-provisioned node pools. A maximum of 5 tags can be specified. Tags must be in one of these formats: "tagKeys/{tag\_key\_id}"="tagValues/{tag\_value\_id}", "{org\_id}/{tag\_key\_name}"="{tag\_value\_name}", "{project\_id}/{tag\_key\_name}"="{tag\_value\_name}". |`map(string)`|`{}`| no |
301
+
=======
302
+
>>>>>>> ead51c5c986 (check)
289
303
| resource\_usage\_export\_dataset\_id | The ID of a BigQuery Dataset for using BigQuery as the destination of resource usage export. |`string`|`""`| no |
290
304
| sandbox\_enabled | (Beta) Enable GKE Sandbox (Do not forget to set `image_type` = `COS_CONTAINERD` to use it). |`bool`|`false`| no |
291
305
| security\_posture\_mode | Security posture mode. Accepted values are `DISABLED` and `BASIC`. Defaults to `DISABLED`. |`string`|`"DISABLED"`| no |
@@ -349,8 +363,11 @@ Then perform the following commands on the root folder:
349
363
| vertical\_pod\_autoscaling\_enabled | Whether vertical pod autoscaling enabled |
350
364
| zones | List of zones in which the cluster resides |
0 commit comments