Commit dc587b7a authored by Victor Marmol's avatar Victor Marmol

Merge pull request #8393 from bmorton/fix-coreos-standalone

Remove unmatched double-quotes in CoreOS's standalone.yaml
parents 618c5c56 4d6786a3
...@@ -10,7 +10,7 @@ coreos: ...@@ -10,7 +10,7 @@ coreos:
initial-cluster-token: k8s_etcd initial-cluster-token: k8s_etcd
listen-peer-urls: http://0.0.0.0:2380,http://0.0.0.0:7001 listen-peer-urls: http://0.0.0.0:2380,http://0.0.0.0:7001
initial-advertise-peer-urls: http://0.0.0.0:2380 initial-advertise-peer-urls: http://0.0.0.0:2380
initial-cluster: master=http://0.0.0.0:2380" initial-cluster: master=http://0.0.0.0:2380
initial-cluster-state: new initial-cluster-state: new
units: units:
- name: etcd.service - name: etcd.service
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment