Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Commit

Permalink
Fix some typos (kubernetes-retired#1489)
Browse files Browse the repository at this point in the history
1 delete duplicated "the the"
2 keypair->key pair (use same format for key pair in this doc)
  • Loading branch information
AdamDang authored and Kevin Taylor committed Jan 9, 2019
1 parent 5be1d5e commit 36ec835
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/getting-started/step-2-render.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ This is the second step of [running Kubernetes on AWS](README.md). Before we lau

### EC2 key pair

The keypair that will authenticate SSH access to your EC2 instances. The public half of this key pair will be configured on each CoreOS node.
The key pair that will authenticate SSH access to your EC2 instances. The public half of this key pair will be configured on each CoreOS node.

After creating a key pair, you will use the name you gave the keys to configure the cluster. Key pairs are only available to EC2 instances in the same region. More info in the [EC2 Keypair docs](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html).
After creating a key pair, you will use the name you gave the keys to configure the cluster. Key pairs are only available to EC2 instances in the same region. More info in the [EC2 key pair docs](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html).

### KMS key

Expand Down Expand Up @@ -279,7 +279,7 @@ apiEndpoints:
```
If `createRecordSet` is not set to true, the deployer will be responsible for making externalDNSName routable to the the ELB managing the controller nodes after the cluster is created.
If `createRecordSet` is not set to true, the deployer will be responsible for making externalDNSName routable to the ELB managing the controller nodes after the cluster is created.
### Multi-AZ Clusters
Expand Down

0 comments on commit 36ec835

Please sign in to comment.