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
@@ -55,6 +55,7 @@ module "gke" {
55
55
min_count = 1
56
56
max_count = 100
57
57
local_ssd_count = 0
58
+
spot = false
58
59
disk_size_gb = 100
59
60
disk_type = "pd-standard"
60
61
image_type = "COS_CONTAINERD"
@@ -254,6 +255,7 @@ The node_pools variable takes the following parameters:
254
255
| node_locations | The list of zones in which the cluster's nodes are located. Nodes must be in the region of their regional cluster or in the same region as their cluster's zone for zonal clusters. Defaults to cluster level node locations if nothing is specified | " " | Optional |
255
256
| node_metadata | Options to expose the node metadata to the workload running on the node || Optional |
256
257
| preemptible | A boolean that represents whether or not the underlying node VMs are preemptible | false | Optional |
258
+
| spot | A boolean that represents whether the underlying node VMs are spot | false | Optional |
257
259
| service_account | The service account to be used by the Node VMs | " " | Optional |
258
260
| tags | The list of instance tags applied to all nodes || Required |
Copy file name to clipboardExpand all lines: autogen/main/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,8 +101,8 @@ module "gke" {
101
101
min_count = 1
102
102
max_count = 100
103
103
local_ssd_count = 0
104
-
{% if beta_cluster %}
105
104
spot = false
105
+
{% if beta_cluster %}
106
106
local_ssd_ephemeral_count = 0
107
107
{% endif %}
108
108
disk_size_gb = 100
@@ -223,8 +223,8 @@ The node_pools variable takes the following parameters:
223
223
| node_locations | The list of zones in which the cluster's nodes are located. Nodes must be in the region of their regional cluster or in the same region as their cluster's zone for zonal clusters. Defaults to cluster level node locations if nothing is specified | " " | Optional |
224
224
| node_metadata | Options to expose the node metadata to the workload running on the node || Optional |
225
225
| preemptible | A boolean that represents whether or not the underlying node VMs are preemptible | false | Optional |
226
-
{% if beta_cluster %}
227
226
| spot | A boolean that represents whether the underlying node VMs are spot | false | Optional |
227
+
{% if beta_cluster %}
228
228
| sandbox_type | Sandbox to use for pods in the node pool || Required |
229
229
{% endif %}
230
230
| service_account | The service account to be used by the Node VMs | " " | Optional |
Copy file name to clipboardExpand all lines: modules/private-cluster-update-variant/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
@@ -83,6 +83,7 @@ module "gke" {
83
83
min_count = 1
84
84
max_count = 100
85
85
local_ssd_count = 0
86
+
spot = false
86
87
disk_size_gb = 100
87
88
disk_type = "pd-standard"
88
89
image_type = "COS_CONTAINERD"
@@ -288,6 +289,7 @@ The node_pools variable takes the following parameters:
288
289
| node_locations | The list of zones in which the cluster's nodes are located. Nodes must be in the region of their regional cluster or in the same region as their cluster's zone for zonal clusters. Defaults to cluster level node locations if nothing is specified | " " | Optional |
289
290
| node_metadata | Options to expose the node metadata to the workload running on the node || Optional |
290
291
| preemptible | A boolean that represents whether or not the underlying node VMs are preemptible | false | Optional |
292
+
| spot | A boolean that represents whether the underlying node VMs are spot | false | Optional |
291
293
| service_account | The service account to be used by the Node VMs | " " | Optional |
292
294
| tags | The list of instance tags applied to all nodes || Required |
Copy file name to clipboardExpand all lines: modules/private-cluster/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
@@ -61,6 +61,7 @@ module "gke" {
61
61
min_count = 1
62
62
max_count = 100
63
63
local_ssd_count = 0
64
+
spot = false
64
65
disk_size_gb = 100
65
66
disk_type = "pd-standard"
66
67
image_type = "COS_CONTAINERD"
@@ -266,6 +267,7 @@ The node_pools variable takes the following parameters:
266
267
| node_locations | The list of zones in which the cluster's nodes are located. Nodes must be in the region of their regional cluster or in the same region as their cluster's zone for zonal clusters. Defaults to cluster level node locations if nothing is specified | " " | Optional |
267
268
| node_metadata | Options to expose the node metadata to the workload running on the node || Optional |
268
269
| preemptible | A boolean that represents whether or not the underlying node VMs are preemptible | false | Optional |
270
+
| spot | A boolean that represents whether the underlying node VMs are spot | false | Optional |
269
271
| service_account | The service account to be used by the Node VMs | " " | Optional |
270
272
| tags | The list of instance tags applied to all nodes || Required |
0 commit comments