kubernetes/cluster/ubuntu/default_scripts/etcd
2014-12-15 15:43:35 -08:00

10 lines
256 B
Plaintext

# Etcd Upstart and SysVinit configuration file
# Customize etcd location
# ETCD="/opt/bin/etcd"
# Use ETCD_OPTS to modify the start/restart options
ETCD_OPTS="-listen-client-urls=http://127.0.0.1:4001"
# Add more envionrment settings used by etcd here