Back to Talos

SysfsConfig

website/content/v1.14/reference/configuration/runtime/sysfsconfig.md

1.14.0813 B
Original Source
<!-- markdownlint-disable -->

{{< highlight yaml >}} apiVersion: v1alpha1 kind: SysfsConfig

Used to configure the machine's sysfs (kernel attributes under /sys).

params: devices.system.cpu.cpu0.cpufreq.scaling_governor: performance {{< /highlight >}}

FieldTypeDescriptionValue(s)
paramsmap[string]stringUsed to configure the machine's sysfs (kernel attributes under /sys).
Values from this document are merged with the deprecated v1alpha1 machine.sysfs values (if set),
with this document taking precedence on key conflicts. <details><summary>Show example(s)</summary>SysfsConfig usage example.:{{< highlight yaml >}}
params:
devices.system.cpu.cpu0.cpufreq.scaling_governor: performance

{{< /highlight >}}</details> | |