We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f42a069 commit 09de985Copy full SHA for 09de985
resources/ntp/INSTALL.md
@@ -1,3 +1,12 @@
1
# Installing the exporter
2
-To install the [NTP exporter](https://github.com/sapcc/ntp_exporter) here there is an example of a deployment:
+To install the [NTP exporter](https://github.com/sapcc/ntp_exporter) below there is an example of a deployment:
3
+
4
5
+En the args, just replace the server for the one you are using
6
7
+```
8
+args: [
9
+ "-ntp.server", "Your-ntp-server"
10
+]
11
12
resources/ntp/include/ntp-deploy.yaml
@@ -19,7 +19,7 @@ spec:
19
- name: ntp-exporter
20
image: sapcc/ntp-exporter:v2.0.2
21
args: [
22
- "-ntp.server", "chrony-alpine-service"
+ "-ntp.server", "Your-NTP-server"
23
]
24
resources:
25
limits:
0 commit comments