From bc3f2be13e49c48b4f206fc0b9ad5758bf87f815 Mon Sep 17 00:00:00 2001 From: xavierbaude Date: Tue, 25 Aug 2015 17:32:44 +0200 Subject: [PATCH] Add comment for VMware support to avoid loosing a lot of time --- docs/getting-started-guides/coreos/cloud-configs/master.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/getting-started-guides/coreos/cloud-configs/master.yaml b/docs/getting-started-guides/coreos/cloud-configs/master.yaml index c3b703d1d79d1..07220f184de34 100644 --- a/docs/getting-started-guides/coreos/cloud-configs/master.yaml +++ b/docs/getting-started-guides/coreos/cloud-configs/master.yaml @@ -22,6 +22,8 @@ coreos: etcd2: name: master listen-client-urls: http://0.0.0.0:2379,http://0.0.0.0:4001 + # VMware does not support $private_ipv4 and public_ipv4, please replace this variable with local ip (can be fixed by a DHCP static entry) + # https://coreos.com/os/docs/latest/booting-on-vmware.html#cloud-config advertise-client-urls: http://$private_ipv4:2379,http://$private_ipv4:4001 initial-cluster-token: k8s_etcd listen-peer-urls: http://$private_ipv4:2380,http://$private_ipv4:7001