Skip to content

Commit 34af2c7

Browse files
committed
Minor doc fixes
1 parent e6f06b0 commit 34af2c7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

systemd/icinga-kubernetes

+5-4
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
# Allowed values are "all", "none" or a space separated list
33
# of names of the clusters. If empty, "all" is assumed.
44
# The cluster name refers to the cluster environment file name.
5-
# i.e. "cluster1" would be /etc/icinga-kubernetes/cluster1.env
5+
# i.e. "test-cluster" would be /etc/icinga-kubernetes/test-cluster.env
66
#
77
# Changing this variable will require running "systemctl daemon-reload"
8-
# followed by a restart of the icinga-kubernetes service (if you
9-
# removed entries you may have to stop those manually)
8+
# followed by a restart of the icinga-kubernetes service (if you removed
9+
# entries you may have to stop the corresponding instances manually
10+
# before restarting the service)
1011
#
1112
#AUTOSTART="all"
1213
#AUTOSTART="none"
13-
#AUTOSTART="cluster1 cluster2"
14+
#AUTOSTART="test-cluster prod-cluster"

systemd/icinga-kubernetes-generator

-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,3 @@ else
3737
fi
3838

3939
exit 0
40-

0 commit comments

Comments
 (0)