You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,9 @@ Application Options:
53
53
--tls-keep-alive= sets the TCP keep-alive timeouts on accepted connections. It prunes dead TCP connections ( e.g. closing laptop mid-download)
54
54
--tls-read-timeout= maximum duration before timing out read of the request
55
55
--tls-write-timeout= maximum duration before timing out write of the response
56
+
-p, --maps-dir= path to maps directory (default:"/etc/haproxy/maps")
57
+
--update-map-files= flag used for periodic syncing map files entries with runtime maps entries. Missing runtime entries are appended to the corresponding map file
58
+
--update-map-files-period= elapsed time in seconds between two maps syncing operations (default: 10s)
56
59
57
60
HAProxy options:
58
61
-c, --config-file= Path to the haproxy configuration file (default: /etc/haproxy/haproxy.cfg)
ReloadRetentionint`long:"reload-retention" description:"Reload retention in days, every older reload id will be deleted" default:"1"`
43
-
TransactionDirstring`short:"t" long:"transaction-dir" description:"Path to the transaction directory" default:"/tmp/haproxy"`
44
-
BackupsNumberint`short:"n" long:"backups-number" description:"Number of backup configuration files you want to keep, stored in the config dir with version number suffix" default:"0"`
45
-
MasterRuntimestring`short:"m" long:"master-runtime" description:"Path to the master Runtime API socket"`
46
-
ShowSystemInfobool`short:"i" long:"show-system-info" description:"Show system info on info endpoint"`
47
-
DataplaneConfigstring`short:"f" description:"Path to the dataplane configuration file" default:"" yaml:"-"`
48
-
UserListFilestring`long:"userlist-file" description:"Path to the dataplaneapi userlist file. By default userlist is read from HAProxy conf. When specified userlist would be read from this file"`
49
-
NodeIDFilestring`long:"fid" description:"Path to file that will dataplaneapi use to write its id (not a pid) that was given to him after joining a cluster"`
36
+
ConfigFilestring`short:"c" long:"config-file" description:"Path to the haproxy configuration file" default:"/etc/haproxy/haproxy.cfg"`
37
+
Userliststring`short:"u" long:"userlist" description:"Userlist in HAProxy configuration to use for API Basic Authentication" default:"controller"`
38
+
HAProxystring`short:"b" long:"haproxy-bin" description:"Path to the haproxy binary file" default:"haproxy"`
39
+
ReloadDelayint`short:"d" long:"reload-delay" description:"Minimum delay between two reloads (in s)" default:"5"`
ReloadRetentionint`long:"reload-retention" description:"Reload retention in days, every older reload id will be deleted" default:"1"`
43
+
TransactionDirstring`short:"t" long:"transaction-dir" description:"Path to the transaction directory" default:"/tmp/haproxy"`
44
+
BackupsNumberint`short:"n" long:"backups-number" description:"Number of backup configuration files you want to keep, stored in the config dir with version number suffix" default:"0"`
45
+
MasterRuntimestring`short:"m" long:"master-runtime" description:"Path to the master Runtime API socket"`
46
+
ShowSystemInfobool`short:"i" long:"show-system-info" description:"Show system info on info endpoint"`
47
+
DataplaneConfigstring`short:"f" description:"Path to the dataplane configuration file" default:"" yaml:"-"`
48
+
UserListFilestring`long:"userlist-file" description:"Path to the dataplaneapi userlist file. By default userlist is read from HAProxy conf. When specified userlist would be read from this file"`
49
+
NodeIDFilestring`long:"fid" description:"Path to file that will dataplaneapi use to write its id (not a pid) that was given to him after joining a cluster"`
50
+
MapsDirstring`short:"p" long:"maps-dir" description:"Path to maps directory" default:"/etc/haproxy/maps"`
51
+
UpdateMapFilesbool`long:"update-map-files" description:"Flag used for syncing map files with runtime maps values"`
52
+
UpdateMapFilesPeriodint64`long:"update-map-files-period" description:"Elapsed time in seconds between two maps syncing operations" default:"10"`
0 commit comments