Update docs/cli/kops_create_cluster.md

Co-Authored-By: Peter Rifel <rifelpet@users.noreply.github.com>
This commit is contained in:
Eric Hole 2019-12-16 16:16:34 -08:00 committed by GitHub
parent 723abce4e5
commit 8d1d0f6f15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -53,7 +53,7 @@ kops create cluster [flags]
--yes
# Generate a cluster spec to apply later.
# Run the following, then: kops create -f filename.yamlh
# Run the following, then: kops create -f filename.yaml
kops create cluster --name=kubernetes-cluster.example.com \
--state=s3://kops-state-1234 \
--zones=eu-west-1a \
@ -141,4 +141,3 @@ kops create cluster [flags]
### SEE ALSO
* [kops create](kops_create.md) - Create a resource by command line, filename or stdin.