Commit ba83a511 authored by Andy Lindeman's avatar Andy Lindeman

Removes spurious quotation mark

parent e3fc039e
......@@ -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"
......
......@@ -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"
......
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