Skip to main content

Node Options

Describes the options used to configure the host (Linux) configuration for cluster nodes. These apply to all nodes in the cluster.

Here's what the node options look like, with the default values or [required] for properties that must be specified:

node:
allowPackageManagerIPv6: false
packageManagerRetries: 5
PropertyDescription
allowPackageManagerIPv6

bool: Allow the Linux package manager to use IPv6 when communicating with package mirrors. This defaults to false to restrict updates to using IPv4.

packageManagerRetries

integer: Specifies the number of times the host package manager should retry failed index or package downloads. This defaults to 5