The module is enabled by default.
Parameters
- ntpServersarray of strings
NTP servers to sync.
Default:
["pool.ntp.org"]
Examples:
ntpServers: - pool.ntp.org
ntpServers: - pool.ntp.org - ntp.ubuntu.com
- vpaobject
Default:
{"updateMode":"Auto","maxCPU":"10m","maxMemory":"10Mi"}
Examples:
vpa: updateMode: Initial maxCPU: 30m maxMemory: 30Mi
vpa: updateMode: 'Off' maxCPU: 10m maxMemory: 10Mi
- maxCPU
The maximum CPU requests set by the VPA controller for the main Pod.
The default value is chosen automatically based on the maximum number of Pods that can be created in the cluster considering the current number of nodes and their settings. For more information, see the
detect_vpa_max
hook of the module.Default:
10m
Example:
maxCPU: 100m
- maxMemory
The maximum Memory requests set by the VPA controller for the main Pod.
The default value is chosen automatically based on the maximum number of Pods that can be created in the cluster considering the current number of nodes and their settings. For more information, see the
detect_vpa_max
hook of the module.Default:
10Mi
Example:
maxMemory: 3Mi
- updateModestring
The Pod update mode.
Default:
"Initial"
Allowed values:
Initial
,Auto
,Off
- maxCPU
An example of the configuration
chrony: |
ntpServers:
- pool.ntp.org
- ntp.ubuntu.com