Skip to content

Commit 2cc1fe6

Browse files
committed
docs for azure kubelet added
1 parent 7ea66ea commit 2cc1fe6

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

docs/resources/node_policy.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,11 +442,29 @@ Optional:
442442

443443
- `fips_mode` (String) FIPS 140-2 mode. Valid values: `FIPS`, `Disabled`.
444444
- `image_family` (String) Azure image family. Valid values: `Ubuntu`, `Ubuntu2204`, `Ubuntu2404`, `AzureLinux`.
445+
- `kubelet` (Attributes) Azure kubelet configuration overrides (see [below for nested schema](#nestedatt--azure--kubelet))
445446
- `max_pods` (Number) Maximum number of pods per node
446447
- `os_disk_size_gb` (Number) OS disk size in GB
447448
- `tags` (Map of String) Azure tags to apply to resources
448449
- `vnet_subnet_id` (String) VNet subnet ID
449450

451+
<a id="nestedatt--azure--kubelet"></a>
452+
### Nested Schema for `azure.kubelet`
453+
454+
Optional:
455+
456+
- `allowed_unsafe_sysctls` (List of String) List of allowed unsafe sysctls
457+
- `container_log_max_files` (Number) Maximum number of container log files
458+
- `container_log_max_size` (String) Maximum container log file size
459+
- `cpu_cfs_quota` (Boolean) Enable CPU CFS quota enforcement
460+
- `cpu_cfs_quota_period` (String) CPU CFS quota period
461+
- `cpu_manager_policy` (String) CPU manager policy (None, static)
462+
- `image_gc_high_threshold_percent` (Number) Image GC high threshold percent
463+
- `image_gc_low_threshold_percent` (Number) Image GC low threshold percent
464+
- `pod_pids_limit` (Number) Maximum number of PIDs per pod
465+
- `topology_manager_policy` (String) Topology manager policy
466+
467+
450468

451469
<a id="nestedatt--capacity_types"></a>
452470
### Nested Schema for `capacity_types`

0 commit comments

Comments
 (0)