From 1cc336218b669fdebc144348824c9eaa7eb7af53 Mon Sep 17 00:00:00 2001 From: xichen Date: Wed, 1 Feb 2017 15:56:00 -0800 Subject: [PATCH] add image size control --- doc/howto/usage/k8s/k8s_aws_en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/howto/usage/k8s/k8s_aws_en.md b/doc/howto/usage/k8s/k8s_aws_en.md index eda2b639e2f..8d88e9d1cd6 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 -- GitLab