From 32211b516e2cef72bb988c1497e40fb63a6288ae Mon Sep 17 00:00:00 2001 From: Vladimir Rutsky Date: Tue, 22 Mar 2016 15:02:26 +0400 Subject: [PATCH] fix name: "CLUSTERNAME" -> "CLUSTER_NAME" `CLUSTER_NAME` is used below several times. --- docs/getting-started-guides/scratch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-guides/scratch.md b/docs/getting-started-guides/scratch.md index 45c268d7ea..3da2b91877 100644 --- a/docs/getting-started-guides/scratch.md +++ b/docs/getting-started-guides/scratch.md @@ -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