File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
# Allowed values are "all", "none" or a space separated list
3
3
# of names of the clusters. If empty, "all" is assumed.
4
4
# 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
6
6
#
7
7
# 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)
10
11
#
11
12
#AUTOSTART="all"
12
13
#AUTOSTART="none"
13
- #AUTOSTART="cluster1 cluster2 "
14
+ #AUTOSTART="test-cluster prod-cluster "
Original file line number Diff line number Diff line change 37
37
fi
38
38
39
39
exit 0
40
-
You can’t perform that action at this time.
0 commit comments