mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-06 23:50:40 -05:00
9 lines
256 B
Text
9 lines
256 B
Text
# 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
|