Some minor README updates (readability/selinux/k8petstore)

This commit is contained in:
jayunit100
2015-06-09 08:53:11 -04:00
parent 5a02fc07d8
commit 210ad819b1
5 changed files with 15 additions and 18 deletions

View File

@@ -33,7 +33,7 @@ The current cluster design is inspired by:
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.
- 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 since we won't 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).
3. The master server and additional nodes will be created via the `nova` CLI. A `cloud-config.yaml` is generated and provided as user-data with the entire configuration for the systems.
4. We then boot as many nodes as defined via `$NUM_MINIONS`.