Merge pull request #4244 from tdeshetler/patch-1

Cloudformation
This commit is contained in:
k8s-ci-robot 2018-01-10 15:59:13 -08:00 committed by GitHub
commit 4300b48195
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@ when you are happy that it is deleting the right things you run `kops delete clu
* Build a terraform model: `--target=terraform` The terraform model will be built in `out/terraform`
* Build a Cloudformation model: '--target=cloudformation' The Cloudformation json file will be built in 'out/cloudformation'
* Specify the k8s build to run: `--kubernetes-version=1.2.2`
* Run nodes in multiple zones: `--zones=us-east-1b,us-east-1c,us-east-1d`