mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-07 03:03:59 +00:00
etcd requires advertise-client-urls with listen-client-urls
otherwise it won't start
This commit is contained in:
parent
8830e7b84e
commit
3af9346596
@ -2,3 +2,4 @@
|
||||
ETCD_NAME=default
|
||||
ETCD_DATA_DIR="/var/lib/etcd/default.etcd"
|
||||
ETCD_LISTEN_CLIENT_URLS="http://0.0.0.0:2379"
|
||||
ETCD_ADVERTISE_CLIENT_URLS="http://0.0.0.0:2379"
|
||||
|
Loading…
Reference in New Issue
Block a user