Skip to content

Commit df2ecc5

Browse files
authored
Merge pull request #1248 from putcn/k8s_aws
route53 config with screenshots added
2 parents b347a34 + 31ed80d commit df2ecc5

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

doc/howto/usage/k8s/k8s_aws_en.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,13 +383,17 @@ Edit `/etc/hosts` to associate above ip with the DNS name.
383383
- Create hosted zone with following config
384384
- Domain name: "paddle"
385385
- Type: "Private hosted zone for amazon VPC"
386-
- VPC ID: <Your VPC ID>
386+
- VPC ID: `<Your VPC ID>`
387+
388+
![route53 zone setting](src/route53_create_zone.png)
387389
- Add A record
388390
- Click on the zone "paddle" just created
389391
- Click the button "Create record set"
390392
- Name : leave blank
391393
- type: "A"
392-
- Value: <kube-controller ec2 private ip>
394+
- Value: `<kube-controller ec2 private ip>`
395+
396+
![route53 create recordset](src/route53_create_recordset.png)
393397
- Verify name service
394398
- Connect to any instance created by kube-aws via ssh
395399
- Run command "host paddle", see if the ip returned is the private ip of kube-controller
34.9 KB
Loading
50.8 KB
Loading

0 commit comments

Comments
 (0)