Skip to content

Commit a210110

Browse files
authored
Merge pull request #1070 from helinwang/aws
remove double spaces, remove chinese character ","
2 parents b0305af + 7b9c969 commit a210110

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/howto/usage/k8s/k8s_aws_en.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
To use AWS, we need to sign up an AWS account on Amazon's Web site.
66
An AWS account allows us to login to the AWS Console Web interface to
7-
create IAM users and user groups. Usually, we create a user group with
7+
create IAM users and user groups. Usually, we create a user group with
88
privileges required to run PaddlePaddle, and we create users for
99
those who are going to run PaddlePaddle and add these users into the
10-
group. IAM users can identify themselves using password and tokens,
10+
group. IAM users can identify themselves using password and tokens,
1111
where passwords allows users to log in to the AWS Console, and tokens
1212
make it easy for users to submit and inspect jobs from the command
1313
line.
@@ -360,7 +360,7 @@ In one time of distributed training, user will confirm the PaddlePaddle node num
360360

361361
####Create PaddlePaddle Node
362362

363-
After Kubernetes master gets the request, it will parse the yaml file and create several pods (defined by PaddlePaddle's node number) Kubernetes will allocate these pods onto cluster's node. A pod represents a PaddlePaddle node, when pod is successfully allocated onto one physical/virtual machine, Kubernetes will startup the container in the pod, and this container will use the environment variables in yaml file and start up `paddle pserver` and `paddle trainer` processes.
363+
After Kubernetes master gets the request, it will parse the yaml file and create several pods (defined by PaddlePaddle's node number), Kubernetes will allocate these pods onto cluster's node. A pod represents a PaddlePaddle node, when pod is successfully allocated onto one physical/virtual machine, Kubernetes will startup the container in the pod, and this container will use the environment variables in yaml file and start up `paddle pserver` and `paddle trainer` processes.
364364

365365

366366
####Start up Training
@@ -661,6 +661,6 @@ Sometimes we might need to create or manage the cluster on AWS manually with lim
661661
### Some Presumptions
662662

663663
* Instances run on CoreOS, the official IAM.
664-
* Kubernetes node use instance storage, no EBS get mounted. Etcd is running on additional node.
664+
* Kubernetes node use instance storage, no EBS get mounted. Etcd is running on additional node.
665665
* For networking, we use Flannel network at this moment, we will use Calico solution later on.
666666
* When you create a service with Type=LoadBalancer, Kubernetes will create and ELB, and create a security group for the ELB.

0 commit comments

Comments
 (0)