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
description = "enabled - Enable the PodSecurityPolicy controller for this cluster. If enabled, pods must be valid under a PodSecurityPolicy to be created."
description = "enabled - Enable the PodSecurityPolicy controller for this cluster. If enabled, pods must be valid under a PodSecurityPolicy to be created."
Copy file name to clipboardExpand all lines: examples/simple_regional_beta/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
@@ -13,13 +13,13 @@ This example illustrates how to create a simple cluster with beta features.
13
13
| database\_encryption | Application-layer Secrets Encryption settings. The object format is {state = string, key_name = string}. Valid values of state are: "ENCRYPTED"; "DECRYPTED". key_name is the name of a CloudKMS key. | object |`<list>`| no |
14
14
| dns\_cache | (Beta) The status of the NodeLocal DNSCache addon. | bool |`"false"`| no |
| enable\_pod\_security\_policy | enabled - Enable the PodSecurityPolicy controller for this cluster. If enabled, pods must be valid under a PodSecurityPolicy to be created. | bool |`"false"`| no |
16
17
| gce\_pd\_csi\_driver | (Beta) Whether this cluster should enable the Google Compute Engine Persistent Disk Container Storage Interface (CSI) Driver. | bool |`"false"`| no |
17
18
| ip\_range\_pods | The secondary ip range to use for pods | string | n/a | yes |
18
19
| ip\_range\_services | The secondary ip range to use for services | string | n/a | yes |
19
20
| istio | Boolean to enable / disable Istio | string |`"true"`| no |
20
21
| network | The VPC network to host the cluster in | string | n/a | yes |
21
22
| node\_pools | List of maps containing node pools | list(map(string)) |`<list>`| no |
22
-
| pod\_security\_policy\_config | enabled - Enable the PodSecurityPolicy controller for this cluster. If enabled, pods must be valid under a PodSecurityPolicy to be created. | list |`<list>`| no |
23
23
| project\_id | The project ID to host the cluster in | string | n/a | yes |
24
24
| region | The region to host the cluster in | string | n/a | yes |
25
25
| regional | Whether is a regional cluster (zonal cluster if set false. WARNING: changing this after cluster creation is destructive!) | bool |`"true"`| no |
description="enabled - Enable the PodSecurityPolicy controller for this cluster. If enabled, pods must be valid under a PodSecurityPolicy to be created."
Copy file name to clipboardExpand all lines: modules/beta-private-cluster-update-variant/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
@@ -165,6 +165,7 @@ Then perform the following commands on the root folder:
165
165
| 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 |
166
166
| 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 |
167
167
| 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 |
168
+
| enable\_pod\_security\_policy | enabled - Enable the PodSecurityPolicy controller for this cluster. If enabled, pods must be valid under a PodSecurityPolicy to be created. | bool |`"false"`| no |
168
169
| enable\_private\_endpoint | (Beta) Whether the master's internal IP address is used as the cluster endpoint | bool |`"false"`| no |
169
170
| enable\_private\_nodes | (Beta) Whether nodes have internal IP addresses only | bool |`"false"`| no |
170
171
| 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 |
@@ -209,7 +210,6 @@ Then perform the following commands on the root folder:
209
210
| node\_pools\_tags | Map of lists containing node network tags by node-pool name | map(list(string)) |`<map>`| no |
210
211
| node\_pools\_taints | Map of lists containing node taints by node-pool name | object |`<map>`| no |
211
212
| non\_masquerade\_cidrs | List of strings in CIDR notation that specify the IP address ranges that do not use IP masquerading. | list(string) |`<list>`| no |
212
-
| pod\_security\_policy\_config | enabled - Enable the PodSecurityPolicy controller for this cluster. If enabled, pods must be valid under a PodSecurityPolicy to be created. | object |`<list>`| no |
213
213
| project\_id | The project ID to host the cluster in (required) | string | n/a | yes |
214
214
| region | The region to host the cluster in (optional if zonal cluster / required if regional) | string |`"null"`| no |
215
215
| regional | Whether is a regional cluster (zonal cluster if set false. WARNING: changing this after cluster creation is destructive!) | bool |`"true"`| no |
description="enabled - Enable the PodSecurityPolicy controller for this cluster. If enabled, pods must be valid under a PodSecurityPolicy to be created."
0 commit comments