Update aws-china.md

This commit is contained in:
Hanfei Shen 2018-12-28 18:24:03 +08:00 committed by GitHub
parent 97e49ac028
commit 0cb84f0d79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -124,7 +124,6 @@ VPC_NETWORK_CIDR=<vpc network cidr> # e.g. 172.30.0.0/16
AMI=<owner id/ami name> # e.g. 123456890/k8s-1.9-debian-jessie-amd64-hvm-ebs-2018-07-18 AMI=<owner id/ami name> # e.g. 123456890/k8s-1.9-debian-jessie-amd64-hvm-ebs-2018-07-18
kops create cluster \ kops create cluster \
--authorization AlwaysAllow \
--zones ${AWS_REGION}a \ --zones ${AWS_REGION}a \
--vpc ${VPC_ID} \ --vpc ${VPC_ID} \
--network-cidr ${VPC_NETWORK_CIDR} \ --network-cidr ${VPC_NETWORK_CIDR} \