Commit 4d6786a3 authored by Brian Morton's avatar Brian Morton

Remove unmatched double-quotes in CoreOS's standalone.yaml.

parent efb42b30
......@@ -10,7 +10,7 @@ coreos:
initial-cluster-token: k8s_etcd
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-cluster: master=http://0.0.0.0:2380"
initial-cluster: master=http://0.0.0.0:2380
initial-cluster-state: new
units:
- 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