mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +00:00
CoreOS cloud-configs - get nodes working in CoreOS 695.0.0+
etcd 2.0.11 behavior changed. (github.com/coreos/etcd#2761) Signed-off-by: António Meireles <antonio.meireles@reformi.st>
This commit is contained in:
parent
ce7a3ea34d
commit
dfb768eda2
@ -15,6 +15,7 @@ write_files:
|
||||
coreos:
|
||||
etcd2:
|
||||
listen-client-urls: http://localhost:2379
|
||||
advertise-client-urls: http://0.0.0.0:2379
|
||||
initial-cluster: master=http://<master-private-ip>:2380
|
||||
proxy: on
|
||||
fleet:
|
||||
|
@ -12,6 +12,7 @@ write-files:
|
||||
coreos:
|
||||
etcd2:
|
||||
listen-client-urls: http://0.0.0.0:2379,http://0.0.0.0:4001
|
||||
advertise-client-urls: http://0.0.0.0:2379,http://0.0.0.0:4001
|
||||
initial-cluster: master=http://<master-private-ip>:2380
|
||||
proxy: on
|
||||
fleet:
|
||||
|
Loading…
Reference in New Issue
Block a user