From 68efb06d8344c69dc1ecc61ae43e51439adf6cda Mon Sep 17 00:00:00 2001 From: Eric Paris Date: Tue, 28 Oct 2014 14:43:39 -0400 Subject: [PATCH] Update fedora manual guide to call out single minion restriction Update the pod json to use hostPort as the curl test at the end uses 'loclahost' --- docs/getting-started-guides/fedora/fedora_manual_config.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/getting-started-guides/fedora/fedora_manual_config.md b/docs/getting-started-guides/fedora/fedora_manual_config.md index dcf8ca0f1fd..e3d422b852b 100644 --- a/docs/getting-started-guides/fedora/fedora_manual_config.md +++ b/docs/getting-started-guides/fedora/fedora_manual_config.md @@ -1,6 +1,10 @@ ##Getting started on [Fedora](http://fedoraproject.org) -This is a getting started guide for Fedora. It is a manual configuration so you understand all the underlying packages / services / ports, etc... The guide is broken into 2 sections: +This is a getting started guide for Fedora. It is a manual configuration so you understand all the underlying packages / services / ports, etc... + +This guide will only get ONE minion working. Multiple minions requires a functional [networking configuration](https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/networking.md) done outside of kubernetes. Although the additional kubernetes configuration requirements should be obvious. + +The guide is broken into 3 sections: 1. Prepare the hosts. 2. Configuring the two hosts, a master and a minion. @@ -213,6 +217,7 @@ kubectl get minions "ports": [ { "containerPort": 80, + "hostPort": 80, "protocol": "TCP" } ],