File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -159,6 +159,12 @@ which the cluster's instances are launched
159
159
are preemptible. See the [ official documentation] ( https://cloud.google.com/container-engine/docs/preemptible-vm )
160
160
for more information. Defaults to false.
161
161
162
+ * ` min_cpu_platform ` - (Optional) Minimum CPU platform to be used by this instance.
163
+ The instance may be scheduled on the specified or newer CPU platform. Applicable
164
+ values are the friendly names of CPU platforms, such as ` Intel Haswell ` . See the
165
+ [ official documentation] ( https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform )
166
+ for more information.
167
+
162
168
** Addons Config** supports the following addons:
163
169
164
170
* ` http_load_balancing ` - (Optional) The status of the HTTP Load Balancing
Original file line number Diff line number Diff line change @@ -114,6 +114,12 @@ resource "google_container_cluster" "primary" {
114
114
are preemptible. See the [ official documentation] ( https://cloud.google.com/container-engine/docs/preemptible-vm )
115
115
for more information. Defaults to false.
116
116
117
+ * ` min_cpu_platform ` - (Optional) Minimum CPU platform to be used by this instance.
118
+ The instance may be scheduled on the specified or newer CPU platform. Applicable
119
+ values are the friendly names of CPU platforms, such as ` Intel Haswell ` . See the
120
+ [ official documentation] ( https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform )
121
+ for more information.
122
+
117
123
The ` autoscaling ` block supports:
118
124
119
125
* ` min_node_count ` - (Required) Minimum number of nodes in the NodePool. Must be >=1 and
You can’t perform that action at this time.
0 commit comments