From 60ef96a135df7bff2e5078fa31a5cc71e5d3e655 Mon Sep 17 00:00:00 2001 From: qiaolei Date: Fri, 7 Aug 2015 20:05:20 +0800 Subject: [PATCH] Amend some variable typos in ubuntu.md Amend some variable typos. 1, `roles`->`role`; 2, service_cluster_ip_range -> `SERVICE_CLUSTER_IP_RANGE`. --- docs/getting-started-guides/ubuntu.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started-guides/ubuntu.md b/docs/getting-started-guides/ubuntu.md index b6b3b0d16d8..5f139cc2083 100644 --- a/docs/getting-started-guides/ubuntu.md +++ b/docs/getting-started-guides/ubuntu.md @@ -102,7 +102,7 @@ export FLANNEL_NET=172.16.0.0/16 The first variable `nodes` defines all your cluster nodes, MASTER node comes first and separated with blank space like ` ` -Then the `roles ` variable defines the role of above machine in the same order, "ai" stands for machine acts as both master and node, "a" stands for master, "i" stands for node. So they are just defined the k8s cluster as the table above described. +Then the `role` variable defines the role of above machine in the same order, "ai" stands for machine acts as both master and node, "a" stands for master, "i" stands for node. So they are just defined the k8s cluster as the table above described. The `NUM_MINIONS` variable defines the total number of nodes. @@ -168,7 +168,7 @@ DNS_DOMAIN="cluster.local" DNS_REPLICAS=1 ``` -The `DNS_SERVER_IP` is defining the ip of dns server which must be in the service_cluster_ip_range. +The `DNS_SERVER_IP` is defining the ip of dns server which must be in the `SERVICE_CLUSTER_IP_RANGE`. The `DNS_REPLICAS` describes how many dns pod running in the cluster.