murano-apps/kubernetes/io.murano.apps.docker.kuber.../Resources/scripts/default_scripts/etcd-master

3 lines
471 B
Plaintext

# Use ETCD_OPTS to modify the start/restart options
ETCD_OPTS="--name %%NAME%% --data-dir /var/lib/etcd --snapshot-count 1000 --listen-peer-urls http://%%IP%%:7001,http://127.0.0.1:7001 --listen-client-urls http://%%IP%%:4001,http://127.0.0.1:4001 --initial-advertise-peer-urls http://%%IP%%:7001 --initial-cluster-state new --initial-cluster-token new-token --initial-cluster %%NAME%%=http://%%IP%%:7001 --advertise-client-urls http://%%IP%%:4001,http://127.0.0.1:4001"