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
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -165,6 +165,7 @@ Then perform the following commands on the root folder:
165
165
| enable\_cilium\_clusterwide\_network\_policy | Enable Cilium Cluster Wide Network Policies on the cluster |`bool`|`false`| no |
166
166
| enable\_confidential\_nodes | An optional flag to enable confidential node config. |`bool`|`false`| no |
167
167
| 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 |
168
+
| enable\_default\_node\_pools\_metadata | Whether to enable the default node pools metadata key-value pairs such as `cluster_name` and `node_pool`|`bool`|`true`| no |
168
169
| enable\_identity\_service | Enable the Identity Service component, which allows customers to use external identity providers with the K8S API. |`bool`|`false`| no |
169
170
| enable\_intranode\_visibility | Whether Intra-node visibility is enabled for this cluster. This makes same node pod to pod traffic visible for VPC network |`bool`|`false`| no |
170
171
| enable\_kubernetes\_alpha | 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. |`bool`|`false`| no |
Copy file name to clipboardExpand all lines: modules/beta-private-cluster-update-variant/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
@@ -201,6 +201,7 @@ Then perform the following commands on the root folder:
201
201
| enable\_cilium\_clusterwide\_network\_policy | Enable Cilium Cluster Wide Network Policies on the cluster |`bool`|`false`| no |
202
202
| enable\_confidential\_nodes | An optional flag to enable confidential node config. |`bool`|`false`| no |
203
203
| 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 |
204
+
| enable\_default\_node\_pools\_metadata | Whether to enable the default node pools metadata key-value pairs such as `cluster_name` and `node_pool`|`bool`|`true`| no |
204
205
| enable\_fqdn\_network\_policy | Enable FQDN Network Policies on the cluster |`bool`|`null`| no |
205
206
| enable\_gcfs | Enable image streaming on cluster level. |`bool`|`false`| no |
206
207
| enable\_identity\_service | Enable the Identity Service component, which allows customers to use external identity providers with the K8S API. |`bool`|`false`| no |
Copy file name to clipboardExpand all lines: modules/beta-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
@@ -179,6 +179,7 @@ Then perform the following commands on the root folder:
179
179
| enable\_cilium\_clusterwide\_network\_policy | Enable Cilium Cluster Wide Network Policies on the cluster |`bool`|`false`| no |
180
180
| enable\_confidential\_nodes | An optional flag to enable confidential node config. |`bool`|`false`| no |
181
181
| 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 |
182
+
| enable\_default\_node\_pools\_metadata | Whether to enable the default node pools metadata key-value pairs such as `cluster_name` and `node_pool`|`bool`|`true`| no |
182
183
| enable\_fqdn\_network\_policy | Enable FQDN Network Policies on the cluster |`bool`|`null`| no |
183
184
| enable\_gcfs | Enable image streaming on cluster level. |`bool`|`false`| no |
184
185
| enable\_identity\_service | Enable the Identity Service component, which allows customers to use external identity providers with the K8S API. |`bool`|`false`| no |
0 commit comments