mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-11 14:11:14 +00:00
Merge pull request #8994 from AntonioMeireles/etcd2011_fix
CoreOS cloud-configs - get nodes working in CoreOS 695.0.0+
This commit is contained in:
@@ -15,6 +15,7 @@ write_files:
|
|||||||
coreos:
|
coreos:
|
||||||
etcd2:
|
etcd2:
|
||||||
listen-client-urls: http://localhost:2379
|
listen-client-urls: http://localhost:2379
|
||||||
|
advertise-client-urls: http://0.0.0.0:2379
|
||||||
initial-cluster: master=http://<master-private-ip>:2380
|
initial-cluster: master=http://<master-private-ip>:2380
|
||||||
proxy: on
|
proxy: on
|
||||||
fleet:
|
fleet:
|
||||||
|
@@ -12,6 +12,7 @@ write-files:
|
|||||||
coreos:
|
coreos:
|
||||||
etcd2:
|
etcd2:
|
||||||
listen-client-urls: http://0.0.0.0:2379,http://0.0.0.0:4001
|
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
|
initial-cluster: master=http://<master-private-ip>:2380
|
||||||
proxy: on
|
proxy: on
|
||||||
fleet:
|
fleet:
|
||||||
|
Reference in New Issue
Block a user