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-autopilot-private-cluster/README.md
+3
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,8 @@ Then perform the following commands on the root folder:
104
104
| fleet\_project | (Optional) Register the cluster with the fleet in this project. |`string`|`null`| no |
105
105
| fleet\_project\_grant\_service\_agent | (Optional) Grant the fleet project service identity the `roles/gkehub.serviceAgent` and `roles/gkehub.crossProjectServiceAgent` roles. |`bool`|`false`| no |
106
106
| gateway\_api\_channel | The gateway api channel of this cluster. Accepted values are `CHANNEL_STANDARD` and `CHANNEL_DISABLED`. |`string`|`null`| no |
107
+
| gcs\_fuse\_csi\_driver | Whether GCE FUSE CSI driver is enabled for this cluster. |`bool`|`false`| no |
108
+
| gke\_backup\_agent\_config | Whether Backup for GKE agent is enabled for this cluster. |`bool`|`false`| no |
107
109
| grant\_registry\_access | Grants created cluster-specific service account storage.objectViewer and artifactregistry.reader roles. |`bool`|`false`| no |
108
110
| horizontal\_pod\_autoscaling | Enable horizontal pod autoscaling addon |`bool`|`true`| no |
109
111
| http\_load\_balancing | Enable httpload balancer addon |`bool`|`true`| no |
@@ -141,6 +143,7 @@ Then perform the following commands on the root folder:
141
143
| shadow\_firewall\_rules\_log\_config | The log\_config for shadow firewall rules. You can set this variable to `null` to disable logging. | <pre>object({<br> metadata = string<br> })</pre> | <pre>{<br> "metadata": "INCLUDE_ALL_METADATA"<br>}</pre> | no |
142
144
| shadow\_firewall\_rules\_priority | The firewall priority of GKE shadow firewall rules. The priority should be less than default firewall, which is 1000. |`number`|`999`| no |
143
145
| stack\_type | The stack type to use for this cluster. Either `IPV4` or `IPV4_IPV6`. Defaults to `IPV4`. |`string`|`"IPV4"`| no |
146
+
| stateful\_ha | Whether the Stateful HA Addon is enabled for this cluster. |`bool`|`false`| no |
144
147
| stub\_domains | Map of stub domains and their resolvers to forward DNS queries for a certain domain to an external DNS server |`map(list(string))`|`{}`| no |
145
148
| subnetwork | The subnetwork to host the cluster in (required) |`string`| n/a | yes |
146
149
| timeouts | Timeout for cluster operations. |`map(string)`|`{}`| no |
Copy file name to clipboardExpand all lines: modules/beta-autopilot-public-cluster/README.md
+3
Original file line number
Diff line number
Diff line change
@@ -95,6 +95,8 @@ Then perform the following commands on the root folder:
95
95
| fleet\_project | (Optional) Register the cluster with the fleet in this project. |`string`|`null`| no |
96
96
| fleet\_project\_grant\_service\_agent | (Optional) Grant the fleet project service identity the `roles/gkehub.serviceAgent` and `roles/gkehub.crossProjectServiceAgent` roles. |`bool`|`false`| no |
97
97
| gateway\_api\_channel | The gateway api channel of this cluster. Accepted values are `CHANNEL_STANDARD` and `CHANNEL_DISABLED`. |`string`|`null`| no |
98
+
| gcs\_fuse\_csi\_driver | Whether GCE FUSE CSI driver is enabled for this cluster. |`bool`|`false`| no |
99
+
| gke\_backup\_agent\_config | Whether Backup for GKE agent is enabled for this cluster. |`bool`|`false`| no |
98
100
| grant\_registry\_access | Grants created cluster-specific service account storage.objectViewer and artifactregistry.reader roles. |`bool`|`false`| no |
99
101
| horizontal\_pod\_autoscaling | Enable horizontal pod autoscaling addon |`bool`|`true`| no |
100
102
| http\_load\_balancing | Enable httpload balancer addon |`bool`|`true`| no |
@@ -130,6 +132,7 @@ Then perform the following commands on the root folder:
130
132
| shadow\_firewall\_rules\_log\_config | The log\_config for shadow firewall rules. You can set this variable to `null` to disable logging. | <pre>object({<br> metadata = string<br> })</pre> | <pre>{<br> "metadata": "INCLUDE_ALL_METADATA"<br>}</pre> | no |
131
133
| shadow\_firewall\_rules\_priority | The firewall priority of GKE shadow firewall rules. The priority should be less than default firewall, which is 1000. |`number`|`999`| no |
132
134
| stack\_type | The stack type to use for this cluster. Either `IPV4` or `IPV4_IPV6`. Defaults to `IPV4`. |`string`|`"IPV4"`| no |
135
+
| stateful\_ha | Whether the Stateful HA Addon is enabled for this cluster. |`bool`|`false`| no |
133
136
| stub\_domains | Map of stub domains and their resolvers to forward DNS queries for a certain domain to an external DNS server |`map(list(string))`|`{}`| no |
134
137
| subnetwork | The subnetwork to host the cluster in (required) |`string`| n/a | yes |
135
138
| timeouts | Timeout for cluster operations. |`map(string)`|`{}`| no |
0 commit comments