mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 21:50:05 +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:
|
||||
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:
|
||||
|
Reference in New Issue
Block a user