Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Commit c643021

Browse files
authored
Merge pull request #653 from kubernetes-incubator/hongchaodeng-patch-1
Update README.md
2 parents 4ef51ce + b8eb4e9 commit c643021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/terraform-quickstart/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To start a cluster first fill out the terraform.tfvars.example with the needed s
1010
```
1111
terraform plan
1212
terraform apply
13-
./start-cluster.sh
13+
IDENT=${path_to_your_ssh_key} ./start-cluster.sh
1414
```
1515

1616
To destroy a cluster:

0 commit comments

Comments
 (0)