mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 05:57:25 +00:00
Merge pull request #9366 from justinsb/fix_8376
Correct arguments to aws cloudformation command in docs
This commit is contained in:
commit
e497793de2
@ -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 \
|
aws cloudformation create-stack --stack-name kubernetes --region us-west-2 \
|
||||||
--template-body file://aws/cloudformation-template.json \
|
--template-body file://aws/cloudformation-template.json \
|
||||||
--parameters ParameterKey=KeyPair,ParameterValue=<keypair> \
|
--parameters ParameterKey=KeyPair,ParameterValue=<keypair> \
|
||||||
--parameters ParameterKey=ClusterSize,ParameterValue=<cluster_size> \
|
ParameterKey=ClusterSize,ParameterValue=<cluster_size> \
|
||||||
--parameters ParameterKey=VpcId,ParameterValue=<vpc_id> \
|
ParameterKey=VpcId,ParameterValue=<vpc_id> \
|
||||||
--parameters ParameterKey=SubnetId,ParameterValue=<subnet_id> \
|
ParameterKey=SubnetId,ParameterValue=<subnet_id> \
|
||||||
--parameters ParameterKey=SubnetAZ,ParameterValue=<subnet_az> \
|
ParameterKey=SubnetAZ,ParameterValue=<subnet_az>
|
||||||
```
|
```
|
||||||
|
|
||||||
It will take a few minutes for the entire stack to come up. You can monitor the stack progress with the following command:
|
It will take a few minutes for the entire stack to come up. You can monitor the stack progress with the following command:
|
||||||
|
Loading…
Reference in New Issue
Block a user