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: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -157,6 +157,7 @@ Then perform the following commands on the root folder:
157
157
| firewall\_priority | Priority rule for firewall rules |`number`|`1000`| no |
158
158
| gateway\_api\_channel | The gateway api channel of this cluster. Accepted values are `CHANNEL_STANDARD` and `CHANNEL_DISABLED`. |`string`|`null`| no |
159
159
| gce\_pd\_csi\_driver | Whether this cluster should enable the Google Compute Engine Persistent Disk Container Storage Interface (CSI) Driver. |`bool`|`true`| no |
160
+
| gke\_backup\_agent\_config | Whether Backup for GKE agent is enabled for this cluster. |`bool`|`false`| no |
160
161
| grant\_registry\_access | Grants created cluster-specific service account storage.objectViewer and artifactregistry.reader roles. |`bool`|`false`| no |
161
162
| horizontal\_pod\_autoscaling | Enable horizontal pod autoscaling addon |`bool`|`true`| no |
162
163
| http\_load\_balancing | Enable httpload balancer addon |`bool`|`true`| no |
Copy file name to clipboardExpand all lines: modules/beta-private-cluster-update-variant/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -203,7 +203,7 @@ Then perform the following commands on the root folder:
203
203
| firewall\_priority | Priority rule for firewall rules |`number`|`1000`| no |
204
204
| gateway\_api\_channel | The gateway api channel of this cluster. Accepted values are `CHANNEL_STANDARD` and `CHANNEL_DISABLED`. |`string`|`null`| no |
205
205
| gce\_pd\_csi\_driver | Whether this cluster should enable the Google Compute Engine Persistent Disk Container Storage Interface (CSI) Driver. |`bool`|`true`| no |
206
-
| gke\_backup\_agent\_config |(Beta) Whether Backup for GKE agent is enabled for this cluster. |`bool`|`false`| no |
206
+
| gke\_backup\_agent\_config | Whether Backup for GKE agent is enabled for this cluster. |`bool`|`false`| no |
207
207
| grant\_registry\_access | Grants created cluster-specific service account storage.objectViewer and artifactregistry.reader roles. |`bool`|`false`| no |
208
208
| horizontal\_pod\_autoscaling | Enable horizontal pod autoscaling addon |`bool`|`true`| no |
209
209
| http\_load\_balancing | Enable httpload balancer addon |`bool`|`true`| no |
description="Whether Backup for GKE agent is enabled for this cluster."
620
+
default=false
621
+
}
617
622
variable"timeouts" {
618
623
type=map(string)
619
624
description="Timeout for cluster operations."
@@ -624,6 +629,7 @@ variable "timeouts" {
624
629
}
625
630
}
626
631
632
+
627
633
variable"enable_kubernetes_alpha" {
628
634
type=bool
629
635
description="Whether to enable Kubernetes Alpha features for this cluster. Note that when this option is enabled, the cluster cannot be upgraded and will be automatically deleted after 30 days."
description="Whether Backup for GKE agent is enabled for this cluster."
620
+
default=false
621
+
}
617
622
variable"timeouts" {
618
623
type=map(string)
619
624
description="Timeout for cluster operations."
@@ -624,6 +629,7 @@ variable "timeouts" {
624
629
}
625
630
}
626
631
632
+
627
633
variable"enable_kubernetes_alpha" {
628
634
type=bool
629
635
description="Whether to enable Kubernetes Alpha features for this cluster. Note that when this option is enabled, the cluster cannot be upgraded and will be automatically deleted after 30 days."
Copy file name to clipboardExpand all lines: modules/beta-public-cluster-update-variant/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -194,7 +194,7 @@ Then perform the following commands on the root folder:
194
194
| firewall\_priority | Priority rule for firewall rules |`number`|`1000`| no |
195
195
| gateway\_api\_channel | The gateway api channel of this cluster. Accepted values are `CHANNEL_STANDARD` and `CHANNEL_DISABLED`. |`string`|`null`| no |
196
196
| gce\_pd\_csi\_driver | Whether this cluster should enable the Google Compute Engine Persistent Disk Container Storage Interface (CSI) Driver. |`bool`|`true`| no |
197
-
| gke\_backup\_agent\_config |(Beta) Whether Backup for GKE agent is enabled for this cluster. |`bool`|`false`| no |
197
+
| gke\_backup\_agent\_config | Whether Backup for GKE agent is enabled for this cluster. |`bool`|`false`| no |
198
198
| grant\_registry\_access | Grants created cluster-specific service account storage.objectViewer and artifactregistry.reader roles. |`bool`|`false`| no |
199
199
| horizontal\_pod\_autoscaling | Enable horizontal pod autoscaling addon |`bool`|`true`| no |
200
200
| http\_load\_balancing | Enable httpload balancer addon |`bool`|`true`| no |
0 commit comments