Merge pull request #427 from antoinecarton/patch-1

Fix typo
This commit is contained in:
johndmulhausen 2016-04-26 11:17:59 -07:00
commit 882ee1ca34
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ We'll begin by setting up the master node. For the purposes of illustration, we
is `${MASTER_IP}`. We'll need to run several versioned Kubernetes components, so we'll assume that the version we want
to run is `${K8S_VERSION}`, which should hold a released version of Kubernetes >= "1.2.1"
Enviroinment variables used:
Environment variables used:
```shell
export MASTER_IP=<the_master_ip_here>