mirror of https://github.com/kubernetes/kops.git
Fix small typo in create cluster help output
Fixes typo in cmd/kops/create_cluster.go and docs/cli/kops_create_cluster.md where example output had filename.yamlh, changed to filename.yaml
This commit is contained in:
parent
3d7c7b8d35
commit
ca70ac2203
|
@ -148,7 +148,7 @@ var (
|
|||
--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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue