Adding cloudformation --target switch

This commit is contained in:
Todd DeShetler 2018-01-09 14:27:49 -06:00 committed by GitHub
parent 61b4f2041e
commit 87534d6dfc
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 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` * 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` * Run nodes in multiple zones: `--zones=us-east-1b,us-east-1c,us-east-1d`