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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,7 @@ Then perform the following commands on the root folder:
88
88
| description | The description of the cluster |`string`|`""`| no |
89
89
| disable\_default\_snat | Whether to disable the default SNAT to support the private use of public IP addresses |`bool`|`false`| no |
90
90
| dns\_cache | The status of the NodeLocal DNSCache addon. |`bool`|`true`| no |
91
+
| enable\_binary\_authorization | Enable BinAuthZ Admission controller |`bool`|`false`| no |
91
92
| enable\_cilium\_clusterwide\_network\_policy | Enable Cilium Cluster Wide Network Policies on the cluster |`bool`|`false`| no |
92
93
| enable\_confidential\_nodes | An optional flag to enable confidential node config. |`bool`|`false`| no |
93
94
| enable\_cost\_allocation | Enables Cost Allocation Feature and the cluster name and namespace of your GKE workloads appear in the labels field of the billing export to BigQuery |`bool`|`false`| no |
Copy file name to clipboardExpand all lines: modules/beta-autopilot-public-cluster/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,7 @@ Then perform the following commands on the root folder:
81
81
| description | The description of the cluster |`string`|`""`| no |
82
82
| disable\_default\_snat | Whether to disable the default SNAT to support the private use of public IP addresses |`bool`|`false`| no |
83
83
| dns\_cache | The status of the NodeLocal DNSCache addon. |`bool`|`true`| no |
84
+
| enable\_binary\_authorization | Enable BinAuthZ Admission controller |`bool`|`false`| no |
84
85
| enable\_cilium\_clusterwide\_network\_policy | Enable Cilium Cluster Wide Network Policies on the cluster |`bool`|`false`| no |
85
86
| enable\_confidential\_nodes | An optional flag to enable confidential node config. |`bool`|`false`| no |
86
87
| enable\_cost\_allocation | Enables Cost Allocation Feature and the cluster name and namespace of your GKE workloads appear in the labels field of the billing export to BigQuery |`bool`|`false`| no |
0 commit comments