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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -173,6 +173,7 @@ Then perform the following commands on the root folder:
173
173
| enable\_mesh\_certificates | Controls the issuance of workload mTLS certificates. When enabled the GKE Workload Identity Certificates controller and node agent will be deployed in the cluster. Requires Workload Identity. |`bool`|`false`| no |
174
174
| enable\_network\_egress\_export | Whether to enable network egress metering for this cluster. If enabled, a daemonset will be created in the cluster to meter network egress traffic. |`bool`|`false`| no |
175
175
| enable\_resource\_consumption\_export | Whether to enable resource consumption metering on this cluster. When enabled, a table will be created in the resource export BigQuery dataset to store resource consumption data. The resulting table can be joined with the resource usage table or with BigQuery billing export. |`bool`|`true`| no |
176
+
| enable\_secret\_manager\_addon | Enable the Secret Manager add-on for this cluster |`bool`|`false`| no |
176
177
| enable\_shielded\_nodes | Enable Shielded Nodes features on all nodes in this cluster |`bool`|`true`| no |
177
178
| enable\_tpu | Enable Cloud TPU resources in the cluster. WARNING: changing this after cluster creation is destructive! |`bool`|`false`| no |
178
179
| enable\_vertical\_pod\_autoscaling | Vertical Pod Autoscaling automatically adjusts the resources of pods controlled by it |`bool`|`false`| no |
@@ -282,6 +283,7 @@ Then perform the following commands on the root folder:
282
283
| node\_pools\_versions | Node pool versions by node pool name |
283
284
| region | Cluster region |
284
285
| release\_channel | The release channel of this cluster |
286
+
| secret\_manager\_addon\_enabled | Whether Secret Manager add-on is enabled |
285
287
| service\_account | The service account to default running nodes as if not overridden in `node_pools`. |
286
288
| tpu\_ipv4\_cidr\_block | The IP range in CIDR notation used for the TPUs |
Copy file name to clipboardExpand all lines: modules/beta-autopilot-private-cluster/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ Then perform the following commands on the root folder:
99
99
| enable\_private\_endpoint | Whether the master's internal IP address is used as the cluster endpoint |`bool`|`false`| no |
100
100
| enable\_private\_nodes | Whether nodes have internal IP addresses only |`bool`|`true`| no |
101
101
| enable\_resource\_consumption\_export | Whether to enable resource consumption metering on this cluster. When enabled, a table will be created in the resource export BigQuery dataset to store resource consumption data. The resulting table can be joined with the resource usage table or with BigQuery billing export. |`bool`|`true`| no |
102
-
| enable\_secret\_manager\_addon |(Beta) Enable the Secret Manager add-on for this cluster |`bool`|`false`| no |
102
+
| enable\_secret\_manager\_addon | Enable the Secret Manager add-on for this cluster |`bool`|`false`| no |
103
103
| enable\_tpu | Enable Cloud TPU resources in the cluster. WARNING: changing this after cluster creation is destructive! |`bool`|`false`| no |
104
104
| enable\_vertical\_pod\_autoscaling | Vertical Pod Autoscaling automatically adjusts the resources of pods controlled by it |`bool`|`true`| no |
105
105
| filestore\_csi\_driver | The status of the Filestore CSI driver addon, which allows the usage of filestore instance as volumes |`bool`|`false`| no |
0 commit comments