mirror of https://github.com/k3s-io/k3s
10 lines
256 B
Plaintext
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
|