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:
Derrik Campau 2020-09-26 14:45:03 -07:00
parent 3d7c7b8d35
commit ca70ac2203
2 changed files with 2 additions and 2 deletions

View File

@ -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 \

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 \