Commit 4bfac3e3 authored by Chao Xu's avatar Chao Xu

Merge pull request #13674 from Huawei-PaaS/fixed_a_markdown_error_in_rackspace_md

Fixed a markdown error in rackspace.md
parents b3eace63 9fdc2510
...@@ -79,6 +79,7 @@ The current cluster design is inspired by: ...@@ -79,6 +79,7 @@ The current cluster design is inspired by:
## Cluster ## Cluster
There is a specific `cluster/rackspace` directory with the scripts for the following steps: There is a specific `cluster/rackspace` directory with the scripts for the following steps:
1. A cloud network will be created and all instances will be attached to this network. 1. A cloud network will be created and all instances will be attached to this network.
- flanneld uses this network for next hop routing. These routes allow the containers running on each node to communicate with one another on this private network. - flanneld uses this network for next hop routing. These routes allow the containers running on each node to communicate with one another on this private network.
2. A SSH key will be created and uploaded if needed. This key must be used to ssh into the machines (we do not capture the password). 2. A SSH key will be created and uploaded if needed. This key must be used to ssh into the machines (we do not capture the password).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment