Enable NTP protocol access

Allow the Prometheus node exporter to access the NTP
metrics.

Change-Id: I623a84effc61cf496b5c524ddb2fabed8066a89a
This commit is contained in:
John Lawrence 2020-04-26 22:13:39 +00:00
parent e9efa400c7
commit 64fdac754a
1 changed files with 3 additions and 0 deletions

View File

@ -28,3 +28,6 @@ makestep 1 3
{% for server in config['KubernetesNetwork:ntp.servers'] | default([]) %}
server {{ server }} iburst
{%- endfor %}
#Enable Chrony to operate as an NTP server for local applications e.g. Prometheus.
allow 127.0.0.0/8