mirror of https://github.com/kubernetes/kops.git
Merge pull request #259 from justinsb/docs_10
Remove lingering reference to --dryrun mode
This commit is contained in:
commit
e3f6b4d13e
|
@ -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:
|
||||
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue