fix name: "CLUSTERNAME" -> "CLUSTER_NAME"

`CLUSTER_NAME` is used below several times.
This commit is contained in:
Vladimir Rutsky
2016-03-22 15:02:26 +04:00
parent a9f14224e3
commit 32211b516e
+1 -1
View File
@@ -119,7 +119,7 @@ which is unique from future cluster names. This will be used in several ways:
second one sometime later, such as for testing new Kubernetes releases, running in a different
region of the world, etc.
- Kubernetes clusters can create cloud provider resources (e.g. AWS ELBs) and different clusters
need to distinguish which resources each created. Call this `CLUSTERNAME`.
need to distinguish which resources each created. Call this `CLUSTER_NAME`.
### Software Binaries