From 41ed9e4fefd6d258ff047359e575569d40ddc713 Mon Sep 17 00:00:00 2001 From: Justin Santa Barbara Date: Thu, 12 Mar 2015 11:01:41 -0400 Subject: [PATCH] Clarify comment --- cluster/aws/config-default.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/aws/config-default.sh b/cluster/aws/config-default.sh index 8a4ea11aa60ff..d0c63ece3df33 100644 --- a/cluster/aws/config-default.sh +++ b/cluster/aws/config-default.sh @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# TODO: this isn't quite piped into all the right places... +# TODO: the zone isn't quite piped into all the right places... ZONE=${KUBE_AWS_ZONE:-us-west-2} MASTER_SIZE=t2.micro MINION_SIZE=t2.micro