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: examples/simple_regional_beta/README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,6 @@ This example illustrates how to create a simple cluster with beta features.
18
18
| ip\_range\_services | The secondary ip range to use for services | string | n/a | yes |
19
19
| istio | Boolean to enable / disable Istio | string |`"true"`| no |
20
20
| network | The VPC network to host the cluster in | string | n/a | yes |
21
-
| node\_metadata | Specifies how node metadata is exposed to the workload running on the node | string |`"SECURE"`| no |
22
21
| node\_pools | List of maps containing node pools | list(map(string)) |`<list>`| no |
23
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 |
24
23
| project\_id | The project ID to host the cluster in | string | n/a | yes |
Copy file name to clipboardExpand all lines: examples/simple_regional_beta/variables.tf
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -69,12 +69,6 @@ variable "gce_pd_csi_driver" {
69
69
default=false
70
70
}
71
71
72
-
variable"node_metadata" {
73
-
description="Specifies how node metadata is exposed to the workload running on the node"
74
-
default="SECURE"
75
-
type=string
76
-
}
77
-
78
72
variable"sandbox_enabled" {
79
73
type=bool
80
74
description="(Beta) Enable GKE Sandbox (Do not forget to set `image_type` = `COS_CONTAINERD` and `node_version` = `1.12.7-gke.17` or later to use it)."
0 commit comments