Skip to content

Commit

Permalink
Merge pull request #9995 from erismaster/create-cluster-help-typo
Browse files Browse the repository at this point in the history
Fix small typo in create cluster help output
  • Loading branch information
k8s-ci-robot authored Sep 27, 2020
2 parents 3d7c7b8 + ca70ac2 commit 2d63763
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/kops/create_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion docs/cli/kops_create_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 2d63763

Please sign in to comment.