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
-20Lines changed: 0 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,10 +145,6 @@ Then perform the following commands on the root folder:
145
145
-`terraform destroy` to destroy the built infrastructure
146
146
147
147
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
148
-
<<<<<<< HEAD
149
-
<<<<<<< HEAD
150
-
=======
151
-
>>>>>>> ead51c5c986 (check)
152
148
## Inputs
153
149
154
150
| Name | Description | Type | Default | Required |
@@ -260,11 +256,7 @@ Then perform the following commands on the root folder:
260
256
| network\_policy | Enable network policy addon |`bool`|`false`| no |
261
257
| network\_policy\_provider | The network policy provider. |`string`|`"CALICO"`| no |
262
258
| network\_project\_id | The project ID of the shared VPC's host (for shared vpc support) |`string`|`""`| no |
263
-
<<<<<<< HEAD
264
259
| 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)
268
260
| node\_metadata | Specifies how node metadata is exposed to the workload running on the node |`string`|`"GKE_METADATA"`| no |
269
261
| node\_pools | List of maps containing node pools |`list(map(any))`| <pre>[<br> {<br> "name": "default-node-pool"<br> }<br>]</pre> | no |
270
262
| 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 |
@@ -282,11 +274,7 @@ Then perform the following commands on the root folder:
282
274
| notification\_config\_topic | The desired Pub/Sub topic to which notifications will be sent by GKE. Format is projects/{project}/topics/{topic}. |`string`|`""`| no |
283
275
| 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 |
284
276
| parallelstore\_csi\_driver | Whether the Parallelstore CSI driver Addon is enabled for this cluster. |`bool`|`null`| no |
285
-
<<<<<<< HEAD
286
-
| pod\_cidr\_overprovision\_config | Configuration for cluster level pod cidr overprovision. |`object({ disabled = bool })`| <pre>{<br> "disabled": null<br>}</pre> | no |
287
-
=======
288
277
| pod\_cidr\_overprovision\_config | Configuration for cluster level pod cidr overprovision. |`object({ disabled = bool })`| <pre>{<br> "disabled": false<br>}</pre> | no |
289
-
>>>>>>> ead51c5c986 (check)
290
278
| private\_endpoint\_subnetwork | The subnetwork to use for the hosted master network. |`string`|`null`| no |
291
279
| project\_id | The project ID to host the cluster in (required) |`string`| n/a | yes |
292
280
| 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 |
@@ -296,10 +284,7 @@ Then perform the following commands on the root folder:
296
284
| 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 |
297
285
| release\_channel | The release channel of this cluster. Accepted values are `UNSPECIFIED`, `RAPID`, `REGULAR` and `STABLE`. Defaults to `REGULAR`. |`string`|`"REGULAR"`| no |
298
286
| remove\_default\_node\_pool | Remove default node pool while setting up the cluster |`bool`|`false`| no |
299
-
<<<<<<< HEAD
300
287
| 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)
303
288
| resource\_usage\_export\_dataset\_id | The ID of a BigQuery Dataset for using BigQuery as the destination of resource usage export. |`string`|`""`| no |
304
289
| sandbox\_enabled | (Beta) Enable GKE Sandbox (Do not forget to set `image_type` = `COS_CONTAINERD` to use it). |`bool`|`false`| no |
305
290
| security\_posture\_mode | Security posture mode. Accepted values are `DISABLED` and `BASIC`. Defaults to `DISABLED`. |`string`|`"DISABLED"`| no |
@@ -363,11 +348,6 @@ Then perform the following commands on the root folder:
363
348
| vertical\_pod\_autoscaling\_enabled | Whether vertical pod autoscaling enabled |
364
349
| zones | List of zones in which the cluster resides |
0 commit comments