From 5b1288c824deba6d8fcbd5483c77a4db684d63a1 Mon Sep 17 00:00:00 2001 From: Alen Komljen Date: Sun, 23 Nov 2014 02:31:40 +0100 Subject: [PATCH] Typo fix --- docs/salt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/salt.md b/docs/salt.md index 20a6170aa89..40d2056fbbe 100644 --- a/docs/salt.md +++ b/docs/salt.md @@ -61,7 +61,7 @@ Key | Value `node_ip` | (Optional) The IP address to use to address this node `minion_ip` | (Optional) Mapped to the kubelet hostname_override, K8S TODO - change this name `network_mode` | (Optional) Networking model to use among nodes: *openvswitch* -`networkInterfaceName` | (Optional) Networking interface to use to bind addresses, default value *etho0* +`networkInterfaceName` | (Optional) Networking interface to use to bind addresses, default value *eth0* `publicAddressOverride` | (Optional) The IP address the kube-apiserver should use to bind against for external read-only access `roles` | (Required) 1. `kubernetes-master` means this machine is the master in the kubernetes cluster. 2. `kubernetes-pool` means this machine is a kubernetes-minion. Depending on the role, the Salt scripts will provision different resources on the machine.