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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -323,6 +323,13 @@ The node_pools variable takes the following parameters:
323
323
| 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 |
324
324
| 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 |
325
325
| 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 |
326
+
| container_log_max_size | Defines the maximum size of the container log file before it is rotated. | null | Optional |
327
+
| container_log_max_files | Defines the maximum number of container log files that can be present for a container. | null | Optional |
328
+
| image_gc_low_threshold_percent | Defines the percent of disk usage before which image garbage collection is never run. Lowest disk usage to garbage collect to. | null | Optional |
329
+
| image_gc_high_threshold_percent | Defines the percent of disk usage after which image garbage collection is always run. | null | Optional |
330
+
| image_minimum_gc_age | Defines the minimum age for an unused image before it is garbage collected. | null | Optional |
331
+
| image_maximum_gc_age | Defines the maximum age an image can be unused before it is garbage collected. | null | Optional |
332
+
| allowed_unsafe_sysctls | Defines a comma-separated allowlist of unsafe sysctls or sysctl patterns which can be set on the Pods. This should be passed as comma separated string. | null | Optional |
326
333
| enable_confidential_nodes | An optional flag to enable confidential node config. | false | Optional |
327
334
| disk_size_gb | Size of the disk attached to each node, specified in GB. The smallest allowed disk size is 10GB | 100 | Optional |
328
335
| 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: autogen/main/README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -203,6 +203,13 @@ The node_pools variable takes the following parameters:
203
203
| 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 |
204
204
| 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 |
205
205
| 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 |
206
+
| container_log_max_size | Defines the maximum size of the container log file before it is rotated. | null | Optional |
207
+
| container_log_max_files | Defines the maximum number of container log files that can be present for a container. | null | Optional |
208
+
| image_gc_low_threshold_percent | Defines the percent of disk usage before which image garbage collection is never run. Lowest disk usage to garbage collect to. | null | Optional |
209
+
| image_gc_high_threshold_percent | Defines the percent of disk usage after which image garbage collection is always run. | null | Optional |
210
+
| image_minimum_gc_age | Defines the minimum age for an unused image before it is garbage collected. | null | Optional |
211
+
| image_maximum_gc_age | Defines the maximum age an image can be unused before it is garbage collected. | null | Optional |
212
+
| allowed_unsafe_sysctls | Defines a comma-separated allowlist of unsafe sysctls or sysctl patterns which can be set on the Pods. This should be passed as comma separated string. | null | Optional |
206
213
| enable_confidential_nodes | An optional flag to enable confidential node config. | false | Optional |
207
214
| disk_size_gb | Size of the disk attached to each node, specified in GB. The smallest allowed disk size is 10GB | 100 | Optional |
208
215
| disk_type | Type of the disk attached to each node (e.g. 'pd-standard' or 'pd-ssd') | pd-standard | Optional |
0 commit comments