From ba83a511f224da80b0dda5649361007c429f118d Mon Sep 17 00:00:00 2001 From: Andy Lindeman Date: Fri, 1 May 2015 17:38:33 -0400 Subject: [PATCH] Removes spurious quotation mark --- docs/getting-started-guides/aws/cloud-configs/master.yaml | 2 +- docs/getting-started-guides/coreos/cloud-configs/master.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started-guides/aws/cloud-configs/master.yaml b/docs/getting-started-guides/aws/cloud-configs/master.yaml index e7975eba44f..eb2b9fb6ef1 100644 --- a/docs/getting-started-guides/aws/cloud-configs/master.yaml +++ b/docs/getting-started-guides/aws/cloud-configs/master.yaml @@ -10,7 +10,7 @@ coreos: initial-cluster-token: k8s_etcd listen-peer-urls: http://:2380,http://:7001 initial-advertise-peer-urls: http://:2380 - initial-cluster: master=http://:2380" + initial-cluster: master=http://:2380 initial-cluster-state: new fleet: metadata: "role=master" diff --git a/docs/getting-started-guides/coreos/cloud-configs/master.yaml b/docs/getting-started-guides/coreos/cloud-configs/master.yaml index e7975eba44f..eb2b9fb6ef1 100644 --- a/docs/getting-started-guides/coreos/cloud-configs/master.yaml +++ b/docs/getting-started-guides/coreos/cloud-configs/master.yaml @@ -10,7 +10,7 @@ coreos: initial-cluster-token: k8s_etcd listen-peer-urls: http://:2380,http://:7001 initial-advertise-peer-urls: http://:2380 - initial-cluster: master=http://:2380" + initial-cluster: master=http://:2380 initial-cluster-state: new fleet: metadata: "role=master"