Skip to content

Commit 1460744

Browse files
committed
rebase
Signed-off-by: drfaust92 <[email protected]>
1 parent ba22224 commit 1460744

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

modules/beta-private-cluster/README.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,6 @@ Then perform the following commands on the root folder:
145145
- `terraform destroy` to destroy the built infrastructure
146146

147147
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
148-
<<<<<<< HEAD
149-
<<<<<<< HEAD
150-
=======
151-
>>>>>>> ead51c5c986 (check)
152148
## Inputs
153149

154150
| Name | Description | Type | Default | Required |
@@ -260,11 +256,7 @@ Then perform the following commands on the root folder:
260256
| network\_policy | Enable network policy addon | `bool` | `false` | no |
261257
| network\_policy\_provider | The network policy provider. | `string` | `"CALICO"` | no |
262258
| network\_project\_id | The project ID of the shared VPC's host (for shared vpc support) | `string` | `""` | no |
263-
<<<<<<< HEAD
264259
| 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)
268260
| node\_metadata | Specifies how node metadata is exposed to the workload running on the node | `string` | `"GKE_METADATA"` | no |
269261
| node\_pools | List of maps containing node pools | `list(map(any))` | <pre>[<br> {<br> "name": "default-node-pool"<br> }<br>]</pre> | no |
270262
| 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:
282274
| notification\_config\_topic | The desired Pub/Sub topic to which notifications will be sent by GKE. Format is projects/{project}/topics/{topic}. | `string` | `""` | no |
283275
| 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 |
284276
| 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-
=======
288277
| pod\_cidr\_overprovision\_config | Configuration for cluster level pod cidr overprovision. | `object({ disabled = bool })` | <pre>{<br> "disabled": false<br>}</pre> | no |
289-
>>>>>>> ead51c5c986 (check)
290278
| private\_endpoint\_subnetwork | The subnetwork to use for the hosted master network. | `string` | `null` | no |
291279
| project\_id | The project ID to host the cluster in (required) | `string` | n/a | yes |
292280
| 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:
296284
| 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 |
297285
| release\_channel | The release channel of this cluster. Accepted values are `UNSPECIFIED`, `RAPID`, `REGULAR` and `STABLE`. Defaults to `REGULAR`. | `string` | `"REGULAR"` | no |
298286
| remove\_default\_node\_pool | Remove default node pool while setting up the cluster | `bool` | `false` | no |
299-
<<<<<<< HEAD
300287
| 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)
303288
| resource\_usage\_export\_dataset\_id | The ID of a BigQuery Dataset for using BigQuery as the destination of resource usage export. | `string` | `""` | no |
304289
| sandbox\_enabled | (Beta) Enable GKE Sandbox (Do not forget to set `image_type` = `COS_CONTAINERD` to use it). | `bool` | `false` | no |
305290
| 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:
363348
| vertical\_pod\_autoscaling\_enabled | Whether vertical pod autoscaling enabled |
364349
| zones | List of zones in which the cluster resides |
365350

366-
<<<<<<< HEAD
367-
=======
368-
>>>>>>> 631605dbecd (check)
369-
=======
370-
>>>>>>> ead51c5c986 (check)
371351
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
372352

373353
## node_pools variable

0 commit comments

Comments
 (0)