Removes spurious quotation mark

This commit is contained in:
Andy Lindeman 2015-05-01 17:38:33 -04:00
parent e3fc039eaa
commit ba83a511f2
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ coreos:
initial-cluster-token: k8s_etcd
listen-peer-urls: http://<master-private-ip>:2380,http://<master-private-ip>:7001
initial-advertise-peer-urls: http://<master-private-ip>:2380
initial-cluster: master=http://<master-private-ip>:2380"
initial-cluster: master=http://<master-private-ip>:2380
initial-cluster-state: new
fleet:
metadata: "role=master"

View File

@ -10,7 +10,7 @@ coreos:
initial-cluster-token: k8s_etcd
listen-peer-urls: http://<master-private-ip>:2380,http://<master-private-ip>:7001
initial-advertise-peer-urls: http://<master-private-ip>:2380
initial-cluster: master=http://<master-private-ip>:2380"
initial-cluster: master=http://<master-private-ip>:2380
initial-cluster-state: new
fleet:
metadata: "role=master"