From 1d2ae296fd7f5841fb7ec6f8e30687c947377c5b Mon Sep 17 00:00:00 2001 From: Avesh Agarwal Date: Mon, 27 Jul 2015 16:00:13 -0400 Subject: [PATCH] Update fedora ansible guide to reflect recent changes in the kubernetes ansible code. --- .../fedora/fedora_ansible_config.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/getting-started-guides/fedora/fedora_ansible_config.md b/docs/getting-started-guides/fedora/fedora_ansible_config.md index 595d99a00dd..7fb3fc530bb 100644 --- a/docs/getting-started-guides/fedora/fedora_ansible_config.md +++ b/docs/getting-started-guides/fedora/fedora_ansible_config.md @@ -132,6 +132,14 @@ Although the default value of variables in `~/kubernetes/contrib/ansible/group_v edit: ~/kubernetes/contrib/ansible/group_vars/all.yml +**Configure access to kubernetes packages** + +Modify `source_type` as below to access kubernetes packages through the package manager. + +```yaml +source_type: packageManager +``` + **Configure the IP addresses used for services** Each Kubernetes service gets its own IP address. These are not real IPs. You need only select a range of IPs which are not in use elsewhere in your environment.