diff --git a/cmd/kops/create_cluster.go b/cmd/kops/create_cluster.go index db0c75780935b..64066389dc029 100644 --- a/cmd/kops/create_cluster.go +++ b/cmd/kops/create_cluster.go @@ -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 \ diff --git a/docs/cli/kops_create_cluster.md b/docs/cli/kops_create_cluster.md index 558fe685b9243..4334703cb87ab 100644 --- a/docs/cli/kops_create_cluster.md +++ b/docs/cli/kops_create_cluster.md @@ -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 \