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"