forked from coreos/fleet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfleet.conf.sample
36 lines (27 loc) · 1.17 KB
/
fleet.conf.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# This config file is INI-formatted
# Lower the logging threshold. Acceptable values are 0, 1, and 2. A higher
# value corresponds to a lower logging threshold.
# verbosity=0
# Provide a custom set of etcd endpoints. The default value is determined
# by the underlying go-etcd library.
# etcd_servers=["http://127.0.0.1:4001"]
# IP address that should be published with any socket information. By default,
# no IP address is published.
# public_ip=""
# Comma-delimited key/value pairs that are published with the local
# to the fleet registry. This data can be used directly by a client
# of fleet to make scheduling descisions. An example set of metadata
# could look like: metadata="region=us-west,az=us-west-1"
# metadata=""
# An Agent will be considered dead if it exceeds this amount of time to
# communicate with the Registry. The agent will attempt a heartbeat at half
# of this value.
# agent_ttl="30s"
#####
# Development Settings
# Unique identifier of fleet instance. The value defaults
# to contents of /proc/sys/kernel/random/boot_id
# bootid=""
# Prefix to use when creating local systemd units. This prefix will never
# be exposed outside of this machine.
# unit_prefix=""