mirror of https://github.com/kubernetes/kops.git
Merge pull request #3138 from sathiyas/patch-1
Automatic merge from submit-queue Update aws.md for SSH Key pair generation instructions
This commit is contained in:
commit
76fc1aed3f
|
@ -317,7 +317,7 @@ aws ec2 describe-availability-zones --region us-west-2
|
|||
|
||||
Below is a create cluster command. We'll use the most basic example possible,
|
||||
with more verbose examples in [advanced creation](advanced_create.md). The
|
||||
below command will generate a cluster configuration, but not start building it.
|
||||
below command will generate a cluster configuration, but not start building it. Make sure that you have generated SSH key pair before creating the cluster.
|
||||
|
||||
```bash
|
||||
kops create cluster \
|
||||
|
|
Loading…
Reference in New Issue