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 f6552c45c59f1db04d8c8a5f9183a987fa840c15..13032e24bfba0ac906be457145489514efd5f3bd 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 a602ff8cffef163aab6b4407d3e3237f4512a646..0c3ab05b708e7a924577c26496b8c55126e76c62 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 ``` -