Merge pull request #259 from justinsb/docs_10

Remove lingering reference to --dryrun mode
This commit is contained in:
Justin Santa Barbara 2016-08-03 01:31:31 -04:00 committed by GitHub
commit e3f6b4d13e
1 changed files with 1 additions and 2 deletions

View File

@ -3,8 +3,7 @@
When launching into a shared VPC, the VPC & the Internet Gateway will be reused, but we create a new subnet per zone,
and a new route table.
Use kops create cluster with the `--vpc` and `--network-cidr` arguments for your existing VPC, with --dryrun so we can see the
config before we apply it.
Use kops create cluster with the `--vpc` and `--network-cidr` arguments for your existing VPC:
```