mirror of https://github.com/kubernetes/kops.git
Update docs/cli/kops_create_cluster.md
Co-Authored-By: Peter Rifel <rifelpet@users.noreply.github.com>
This commit is contained in:
parent
723abce4e5
commit
8d1d0f6f15
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue