diff --git a/doc/howto/usage/k8s/k8s_aws_en.md b/doc/howto/usage/k8s/k8s_aws_en.md index ce5ccbca5ee33b334872d9bdde42ac2ede5d041c..ce72b0803818d5bf0c18753c421848cf2fc1b668 100644 --- a/doc/howto/usage/k8s/k8s_aws_en.md +++ b/doc/howto/usage/k8s/k8s_aws_en.md @@ -383,13 +383,17 @@ Edit `/etc/hosts` to associate above ip with the DNS name. - Create hosted zone with following config - Domain name: "paddle" - Type: "Private hosted zone for amazon VPC" - - VPC ID: + - VPC ID: `` + + ![route53 zone setting](src/route53_create_zone.png) - Add A record - Click on the zone "paddle" just created - Click the button "Create record set" - Name : leave blank - type: "A" - - Value: + - Value: `` + + ![route53 create recordset](src/route53_create_recordset.png) - 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 diff --git a/doc/howto/usage/k8s/src/route53_create_recordset.png b/doc/howto/usage/k8s/src/route53_create_recordset.png new file mode 100644 index 0000000000000000000000000000000000000000..34e476c7beac30fcdde13fccc4cc8d08b4be3d35 Binary files /dev/null and b/doc/howto/usage/k8s/src/route53_create_recordset.png differ diff --git a/doc/howto/usage/k8s/src/route53_create_zone.png b/doc/howto/usage/k8s/src/route53_create_zone.png new file mode 100644 index 0000000000000000000000000000000000000000..25b7ddb831c5cba97f4b2edddd27da3234d621af Binary files /dev/null and b/doc/howto/usage/k8s/src/route53_create_zone.png differ