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
@@ -321,6 +321,13 @@ The node_pools variable takes the following parameters:
321
321
| 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 |
322
322
| 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 |
323
323
| 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 |
324
+
| container_log_max_size | Defines the maximum size of the container log file before it is rotated. | null | Optional |
325
+
| container_log_max_files | Defines the maximum number of container log files that can be present for a container. | null | Optional |
326
+
| 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 |
327
+
| image_gc_high_threshold_percent | Defines the percent of disk usage after which image garbage collection is always run. | null | Optional |
328
+
| image_minimum_gc_age | Defines the minimum age for an unused image before it is garbage collected. | null | Optional |
329
+
| image_maximum_gc_age | Defines the maximum age an image can be unused before it is garbage collected. | null | Optional |
330
+
| 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 |
324
331
| enable_confidential_nodes | An optional flag to enable confidential node config. | false | Optional |
325
332
| disk_size_gb | Size of the disk attached to each node, specified in GB. The smallest allowed disk size is 10GB | 100 | Optional |
326
333
| 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 |
Copy file name to clipboardExpand all lines: modules/beta-private-cluster-update-variant/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
@@ -375,6 +375,13 @@ The node_pools variable takes the following parameters:
375
375
| 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 |
376
376
| 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 |
377
377
| 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 |
378
+
| container_log_max_size | Defines the maximum size of the container log file before it is rotated. | null | Optional |
379
+
| container_log_max_files | Defines the maximum number of container log files that can be present for a container. | null | Optional |
380
+
| 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 |
381
+
| image_gc_high_threshold_percent | Defines the percent of disk usage after which image garbage collection is always run. | null | Optional |
382
+
| image_minimum_gc_age | Defines the minimum age for an unused image before it is garbage collected. | null | Optional |
383
+
| image_maximum_gc_age | Defines the maximum age an image can be unused before it is garbage collected. | null | Optional |
384
+
| 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 |
378
385
| enable_confidential_nodes | An optional flag to enable confidential node config. | false | Optional |
379
386
| disk_size_gb | Size of the disk attached to each node, specified in GB. The smallest allowed disk size is 10GB | 100 | Optional |
380
387
| disk_type | Type of the disk attached to each node (e.g. 'pd-standard' or 'pd-ssd') | pd-standard | Optional |
0 commit comments