diff --git a/doc/howto/usage/k8s/k8s_aws_en.md b/doc/howto/usage/k8s/k8s_aws_en.md index eda2b639e2f5d90d26942652d0457c4e3433bf6d..8d88e9d1cd609770abcb8e13fd800fc9e5ba2dfc 100644 --- a/doc/howto/usage/k8s/k8s_aws_en.md +++ b/doc/howto/usage/k8s/k8s_aws_en.md @@ -384,14 +384,14 @@ Edit `/etc/hosts` to associate above ip with the DNS name. - Domain name: "paddle" - Type: "Private hosted zone for amazon VPC" - VPC ID: `` - -
![route53 zone setting](src/route53_create_zone.png)
+ -
![route53 zone setting](src/route53_create_zone.png =400x)
- Add A record - Click on the zone "paddle" just created - Click the button "Create record set" - Name : leave blank - type: "A" - Value: `` - -
![route53 create recordset](src/route53_create_recordset.png)
+ -
![route53 create recordset](src/route53_create_recordset.png =400x)
- Verify name service - Connect to any instance created by kube-aws via ssh - Run command "host paddle", see if the ip returned is the private ip of kube-controller