From a1d94d5c7398368c8117ee42e74091263d32e8f8 Mon Sep 17 00:00:00 2001 From: Yi Wang Date: Sun, 18 Dec 2016 09:17:52 -0800 Subject: [PATCH] Remove those extra trailing empty lines. --- .../usage/cluster/k8s-aws/README.md} | 3 --- .../usage/cluster/k8s-aws}/add_security_group.png | Bin .../usage/cluster/k8s-aws}/create_efs.png | Bin .../usage/cluster/k8s-aws}/efs_mount.png | Bin .../usage/cluster/k8s-aws}/managed_policy.png | Bin .../usage/cluster/k8s/k8s_en.md} | 1 - 6 files changed, 4 deletions(-) rename doc/{cluster/aws/paddlepaddle_on_aws_with_kubernetes.md => howto/usage/cluster/k8s-aws/README.md} (99%) rename doc/{cluster/aws => howto/usage/cluster/k8s-aws}/add_security_group.png (100%) rename doc/{cluster/aws => howto/usage/cluster/k8s-aws}/create_efs.png (100%) rename doc/{cluster/aws => howto/usage/cluster/k8s-aws}/efs_mount.png (100%) rename doc/{cluster/aws => howto/usage/cluster/k8s-aws}/managed_policy.png (100%) rename doc/{kubernetes_on_paddle.md => howto/usage/cluster/k8s/k8s_en.md} (99%) diff --git a/doc/cluster/aws/paddlepaddle_on_aws_with_kubernetes.md b/doc/howto/usage/cluster/k8s-aws/README.md similarity index 99% rename from doc/cluster/aws/paddlepaddle_on_aws_with_kubernetes.md rename to doc/howto/usage/cluster/k8s-aws/README.md index f6552c45c5..13032e24bf 100644 --- a/doc/cluster/aws/paddlepaddle_on_aws_with_kubernetes.md +++ b/doc/howto/usage/cluster/k8s-aws/README.md @@ -648,6 +648,3 @@ Sometimes we might need to create or manage the cluster on AWS manually with lim * Create an EBS for master, it will be attached after the master node get up. * Launch the master with fixed ip address 172.20.0.9, and the node is initialized with Salt script, all the components get started as docker containers. * Create an auto-scaling group, it has the min and max size, it can be changed by using aws api or console, it will auto launch the kubernetes node and configure itself, connect to master, assign an internal CIDR, and the master configures the route table with the assigned CIDR. - - - diff --git a/doc/cluster/aws/add_security_group.png b/doc/howto/usage/cluster/k8s-aws/add_security_group.png similarity index 100% rename from doc/cluster/aws/add_security_group.png rename to doc/howto/usage/cluster/k8s-aws/add_security_group.png diff --git a/doc/cluster/aws/create_efs.png b/doc/howto/usage/cluster/k8s-aws/create_efs.png similarity index 100% rename from doc/cluster/aws/create_efs.png rename to doc/howto/usage/cluster/k8s-aws/create_efs.png diff --git a/doc/cluster/aws/efs_mount.png b/doc/howto/usage/cluster/k8s-aws/efs_mount.png similarity index 100% rename from doc/cluster/aws/efs_mount.png rename to doc/howto/usage/cluster/k8s-aws/efs_mount.png diff --git a/doc/cluster/aws/managed_policy.png b/doc/howto/usage/cluster/k8s-aws/managed_policy.png similarity index 100% rename from doc/cluster/aws/managed_policy.png rename to doc/howto/usage/cluster/k8s-aws/managed_policy.png diff --git a/doc/kubernetes_on_paddle.md b/doc/howto/usage/cluster/k8s/k8s_en.md similarity index 99% rename from doc/kubernetes_on_paddle.md rename to doc/howto/usage/cluster/k8s/k8s_en.md index a602ff8cff..0c3ab05b70 100644 --- a/doc/kubernetes_on_paddle.md +++ b/doc/howto/usage/cluster/k8s/k8s_en.md @@ -199,4 +199,3 @@ drwxr-xr-x 2 root root 4096 Oct 31 11:21 pass-00012 drwxr-xr-x 2 root root 4096 Oct 31 11:21 pass-00013 drwxr-xr-x 2 root root 4096 Oct 31 11:21 pass-00014 ``` - -- GitLab