Remove lingering reference to --dryrun mode

Issue #16
This commit is contained in:
Justin Santa Barbara 2016-08-03 01:29:47 -04:00
parent b9ffc61877
commit 360c82b0f6
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:
```