Enable NTP protocol access
Allow the Prometheus node exporter to access the NTP metrics. Change-Id: I623a84effc61cf496b5c524ddb2fabed8066a89a
This commit is contained in:
parent
e9efa400c7
commit
64fdac754a
@ -28,3 +28,6 @@ makestep 1 3
|
|||||||
{% for server in config['KubernetesNetwork:ntp.servers'] | default([]) %}
|
{% for server in config['KubernetesNetwork:ntp.servers'] | default([]) %}
|
||||||
server {{ server }} iburst
|
server {{ server }} iburst
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
|
|
||||||
|
#Enable Chrony to operate as an NTP server for local applications e.g. Prometheus.
|
||||||
|
allow 127.0.0.0/8
|
||||||
|
Loading…
Reference in New Issue
Block a user