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
+1
Original file line number
Diff line number
Diff line change
@@ -196,6 +196,7 @@ The node_pools variable takes the following parameters:
196
196
| cpu_manager_policy | The CPU manager policy on the node. One of "none" or "static". | "static" | Optional |
197
197
| 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 |
198
198
| 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 |
199
+
| pod_pids_limit | Controls the maximum number of processes allowed to run in a pod. The value must be greater than or equal to 1024 and less than 4194304. | null | Optional |
199
200
| enable\_confidential\_nodes | An optional flag to enable confidential node config. |`bool`|`false`| no |
200
201
{% endif %}
201
202
| disk_size_gb | Size of the disk attached to each node, specified in GB. The smallest allowed disk size is 10GB | 100 | Optional |
Copy file name to clipboardExpand all lines: modules/beta-private-cluster-update-variant/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -346,6 +346,7 @@ The node_pools variable takes the following parameters:
346
346
| cpu_manager_policy | The CPU manager policy on the node. One of "none" or "static". | "static" | Optional |
347
347
| 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 |
348
348
| 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 |
349
+
| pod_pids_limit | Controls the maximum number of processes allowed to run in a pod. The value must be greater than or equal to 1024 and less than 4194304. | null | Optional |
349
350
| enable\_confidential\_nodes | An optional flag to enable confidential node config. |`bool`|`false`| no |
350
351
| disk_size_gb | Size of the disk attached to each node, specified in GB. The smallest allowed disk size is 10GB | 100 | Optional |
351
352
| 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
+1
Original file line number
Diff line number
Diff line change
@@ -324,6 +324,7 @@ The node_pools variable takes the following parameters:
324
324
| cpu_manager_policy | The CPU manager policy on the node. One of "none" or "static". | "static" | Optional |
325
325
| 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 |
326
326
| 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 |
327
+
| pod_pids_limit | Controls the maximum number of processes allowed to run in a pod. The value must be greater than or equal to 1024 and less than 4194304. | null | Optional |
327
328
| enable\_confidential\_nodes | An optional flag to enable confidential node config. |`bool`|`false`| no |
328
329
| disk_size_gb | Size of the disk attached to each node, specified in GB. The smallest allowed disk size is 10GB | 100 | Optional |
329
330
| 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
+1
Original file line number
Diff line number
Diff line change
@@ -333,6 +333,7 @@ The node_pools variable takes the following parameters:
333
333
| cpu_manager_policy | The CPU manager policy on the node. One of "none" or "static". | "static" | Optional |
334
334
| 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 |
335
335
| 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 |
336
+
| pod_pids_limit | Controls the maximum number of processes allowed to run in a pod. The value must be greater than or equal to 1024 and less than 4194304. | null | Optional |
336
337
| enable\_confidential\_nodes | An optional flag to enable confidential node config. |`bool`|`false`| no |
337
338
| disk_size_gb | Size of the disk attached to each node, specified in GB. The smallest allowed disk size is 10GB | 100 | Optional |
338
339
| 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
+1
Original file line number
Diff line number
Diff line change
@@ -311,6 +311,7 @@ The node_pools variable takes the following parameters:
311
311
| cpu_manager_policy | The CPU manager policy on the node. One of "none" or "static". | "static" | Optional |
312
312
| 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 |
313
313
| 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 |
314
+
| pod_pids_limit | Controls the maximum number of processes allowed to run in a pod. The value must be greater than or equal to 1024 and less than 4194304. | null | Optional |
314
315
| enable\_confidential\_nodes | An optional flag to enable confidential node config. |`bool`|`false`| no |
315
316
| disk_size_gb | Size of the disk attached to each node, specified in GB. The smallest allowed disk size is 10GB | 100 | Optional |
316
317
| disk_type | Type of the disk attached to each node (e.g. 'pd-standard' or 'pd-ssd') | pd-standard | Optional |
0 commit comments