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: autogen/main/README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -176,7 +176,9 @@ The node_pools variable takes the following parameters:
176
176
| autoscaling | Configuration required by cluster autoscaler to adjust the size of the node pool to the current cluster usage | true | Optional |
177
177
| auto_upgrade | Whether the nodes will be automatically upgraded | true (if cluster is regional) | Optional |
178
178
{% if beta_cluster %}
179
-
| cpu_manager_policy | The CPU manager policy on the node. One of "none" or "static". | "none" | Optional |
179
+
| cpu_manager_policy | The CPU manager policy on the node. One of "none" or "static". | "static" | Optional |
180
+
| cpu_cfs_quota | Enforces the Pod's CPU limit. Setting this value to false means that the CPU limits for Pods are ignored | null | Optional |
181
+
| cpu_cfs_quota_period | The CPU CFS quota period value, which specifies the period of how often a cgroup's access to CPU resources should be reallocated | null | Optional |
180
182
{% endif %}
181
183
| disk_size_gb | Size of the disk attached to each node, specified in GB. The smallest allowed disk size is 10GB | 100 | Optional |
182
184
| disk_type | Type of the disk attached to each node (e.g. 'pd-standard' or 'pd-ssd') | pd-standard | Optional |
Copy file name to clipboardExpand all lines: modules/beta-private-cluster-update-variant/README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -298,7 +298,9 @@ The node_pools variable takes the following parameters:
298
298
| auto_repair | Whether the nodes will be automatically repaired | true | Optional |
299
299
| autoscaling | Configuration required by cluster autoscaler to adjust the size of the node pool to the current cluster usage | true | Optional |
300
300
| auto_upgrade | Whether the nodes will be automatically upgraded | true (if cluster is regional) | Optional |
301
-
| cpu_manager_policy | The CPU manager policy on the node. One of "none" or "static". | "none" | Optional |
301
+
| cpu_manager_policy | The CPU manager policy on the node. One of "none" or "static". | "static" | Optional |
302
+
| cpu_cfs_quota | Enforces the Pod's CPU limit. Setting this value to false means that the CPU limits for Pods are ignored | null | Optional |
303
+
| cpu_cfs_quota_period | The CPU CFS quota period value, which specifies the period of how often a cgroup's access to CPU resources should be reallocated | null | Optional |
302
304
| disk_size_gb | Size of the disk attached to each node, specified in GB. The smallest allowed disk size is 10GB | 100 | Optional |
303
305
| disk_type | Type of the disk attached to each node (e.g. 'pd-standard' or 'pd-ssd') | pd-standard | Optional |
Copy file name to clipboardExpand all lines: modules/beta-private-cluster/README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -276,7 +276,9 @@ The node_pools variable takes the following parameters:
276
276
| auto_repair | Whether the nodes will be automatically repaired | true | Optional |
277
277
| autoscaling | Configuration required by cluster autoscaler to adjust the size of the node pool to the current cluster usage | true | Optional |
278
278
| auto_upgrade | Whether the nodes will be automatically upgraded | true (if cluster is regional) | Optional |
279
-
| cpu_manager_policy | The CPU manager policy on the node. One of "none" or "static". | "none" | Optional |
279
+
| cpu_manager_policy | The CPU manager policy on the node. One of "none" or "static". | "static" | Optional |
280
+
| cpu_cfs_quota | Enforces the Pod's CPU limit. Setting this value to false means that the CPU limits for Pods are ignored | null | Optional |
281
+
| cpu_cfs_quota_period | The CPU CFS quota period value, which specifies the period of how often a cgroup's access to CPU resources should be reallocated | null | Optional |
280
282
| disk_size_gb | Size of the disk attached to each node, specified in GB. The smallest allowed disk size is 10GB | 100 | Optional |
281
283
| disk_type | Type of the disk attached to each node (e.g. 'pd-standard' or 'pd-ssd') | pd-standard | Optional |
Copy file name to clipboardExpand all lines: modules/beta-public-cluster-update-variant/README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -285,7 +285,9 @@ The node_pools variable takes the following parameters:
285
285
| auto_repair | Whether the nodes will be automatically repaired | true | Optional |
286
286
| autoscaling | Configuration required by cluster autoscaler to adjust the size of the node pool to the current cluster usage | true | Optional |
287
287
| auto_upgrade | Whether the nodes will be automatically upgraded | true (if cluster is regional) | Optional |
288
-
| cpu_manager_policy | The CPU manager policy on the node. One of "none" or "static". | "none" | Optional |
288
+
| cpu_manager_policy | The CPU manager policy on the node. One of "none" or "static". | "static" | Optional |
289
+
| cpu_cfs_quota | Enforces the Pod's CPU limit. Setting this value to false means that the CPU limits for Pods are ignored | null | Optional |
290
+
| cpu_cfs_quota_period | The CPU CFS quota period value, which specifies the period of how often a cgroup's access to CPU resources should be reallocated | null | Optional |
289
291
| disk_size_gb | Size of the disk attached to each node, specified in GB. The smallest allowed disk size is 10GB | 100 | Optional |
290
292
| disk_type | Type of the disk attached to each node (e.g. 'pd-standard' or 'pd-ssd') | pd-standard | Optional |
Copy file name to clipboardExpand all lines: modules/beta-public-cluster/README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -263,7 +263,9 @@ The node_pools variable takes the following parameters:
263
263
| auto_repair | Whether the nodes will be automatically repaired | true | Optional |
264
264
| autoscaling | Configuration required by cluster autoscaler to adjust the size of the node pool to the current cluster usage | true | Optional |
265
265
| auto_upgrade | Whether the nodes will be automatically upgraded | true (if cluster is regional) | Optional |
266
-
| cpu_manager_policy | The CPU manager policy on the node. One of "none" or "static". | "none" | Optional |
266
+
| cpu_manager_policy | The CPU manager policy on the node. One of "none" or "static". | "static" | Optional |
267
+
| cpu_cfs_quota | Enforces the Pod's CPU limit. Setting this value to false means that the CPU limits for Pods are ignored | null | Optional |
268
+
| cpu_cfs_quota_period | The CPU CFS quota period value, which specifies the period of how often a cgroup's access to CPU resources should be reallocated | null | Optional |
267
269
| disk_size_gb | Size of the disk attached to each node, specified in GB. The smallest allowed disk size is 10GB | 100 | Optional |
268
270
| disk_type | Type of the disk attached to each node (e.g. 'pd-standard' or 'pd-ssd') | pd-standard | Optional |
0 commit comments