From 238be703d767f41425a2c762b42b51f4689c719e Mon Sep 17 00:00:00 2001 From: Justin Santa Barbara Date: Sat, 6 Jun 2015 12:51:40 -0400 Subject: [PATCH] Correct arguments to aws cloudformation command in docs Fix #8376 --- docs/getting-started-guides/aws-coreos.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/getting-started-guides/aws-coreos.md b/docs/getting-started-guides/aws-coreos.md index 295b43d194c..d205ca13fd9 100644 --- a/docs/getting-started-guides/aws-coreos.md +++ b/docs/getting-started-guides/aws-coreos.md @@ -28,10 +28,10 @@ The [cloudformation-template.json](aws/cloudformation-template.json) can be used aws cloudformation create-stack --stack-name kubernetes --region us-west-2 \ --template-body file://aws/cloudformation-template.json \ --parameters ParameterKey=KeyPair,ParameterValue= \ ---parameters ParameterKey=ClusterSize,ParameterValue= \ ---parameters ParameterKey=VpcId,ParameterValue= \ ---parameters ParameterKey=SubnetId,ParameterValue= \ ---parameters ParameterKey=SubnetAZ,ParameterValue= \ + ParameterKey=ClusterSize,ParameterValue= \ + ParameterKey=VpcId,ParameterValue= \ + ParameterKey=SubnetId,ParameterValue= \ + ParameterKey=SubnetAZ,ParameterValue= ``` It will take a few minutes for the entire stack to come up. You can monitor the stack progress with the following command: