LinuxNodeConfig

Configuration for LinuxOS-based node machine.

JSON representation
{
  "sysctls": {
    string: string,
    ...
  }
}
Fields
sysctls

map (key: string, value: string)

The Linux kernel parameters to be applied to the nodes.

The following parameters are supported.

vm.nr_hugepages

An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.