From d6fc107e5e8b4bae9ac2802484c8b4f3b1430aff Mon Sep 17 00:00:00 2001 From: Jayson Raymond Date: Tue, 14 Oct 2014 08:56:18 -0700 Subject: [PATCH] adding one more hint for fusion users --- docs/getting-started-guides/coreos/coreos_cloud_config.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/getting-started-guides/coreos/coreos_cloud_config.md b/docs/getting-started-guides/coreos/coreos_cloud_config.md index 03e131f982..79edecac80 100644 --- a/docs/getting-started-guides/coreos/coreos_cloud_config.md +++ b/docs/getting-started-guides/coreos/coreos_cloud_config.md @@ -53,7 +53,8 @@ Search for occurrences of 'ens33' in these templates and replace with the interf Replace all occurrences of '192.168.12.10' with the IP address you wish to apply to the master node, '192.168.12.11' with the IP address to assign to node1, '192.168.12.12' with IP address for node2. In the section 'coreos/units/static.network' set the DNS and Gateway entries to match your network. (VMWare Fusion users can find this -information in: "/Library/Preferences/VMware Fusion/vmnet8/dhcpd.conf" see [the blog post](https://coreos.com/blog/running-kubernetes-example-on-CoreOS-part-2/) ) +information in: "/Library/Preferences/VMware Fusion/vmnet8/dhcpd.conf" see [the blog post](https://coreos.com/blog/running-kubernetes-example-on-CoreOS-part-2/) + - be sure to choose static IPs outside the dynamic ip range specified here). ### Configure Access