4f62233877
With migration to journald we need to disable file logging for calico. Change-Id: I3577ef4555cac3b05f27eb9589868034d2347889
10 lines
191 B
Django/Jinja
10 lines
191 B
Django/Jinja
# {{ ansible_managed }}
|
|
|
|
[global]
|
|
MetadataAddr = {{ internal_lb_vip_address }}
|
|
EtcdEndpoints = http://127.0.0.1:2379
|
|
DatastoreType = etcdv3
|
|
|
|
[log]
|
|
LogFilePath = none
|
|
LogSeverityScreen = Fatal |