Skip to content

Commit

Permalink
Clarify two minor points in the README.md file.
Browse files Browse the repository at this point in the history
  • Loading branch information
EranGabber committed Apr 7, 2015
1 parent 4c1fb0c commit 43d4a41
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,16 @@ To install and activate this service, follow these instructions:

* Enable port 4243 of the Docker daemons running on the master and minion nodes.
The easiest way to do so is by running the the installation script
`cluster-insight/install/project-setup.sh` by the following instructions:
`./cluster-insight/install/project-setup.sh` by the following instructions:
* Clone the Cluster-Insight sources from Github into a local directory
`./cluster-insight` with the command
`git clone https://github.com/google/cluster-insight.git`
if you have not done so already.
* Change directory to `./cluster-insight/collector`.
* Run the script `./project-setup.sh PROJECT_NAME`.
* If the script ends with the message `SCRIPT ALL DONE` then the one-time setup
of port 4243 is complete. You can skip the following two steps.
of port 4243 is complete. You can skip the following two steps. Resume
at the step marked "Continue here".
* If the script ends with the message `SCRIPT FAILED` or with another error,
you will have to perform the following operations by hand.
* On each of the Kubernetes minion node and the Kubernetes master node
Expand All @@ -62,7 +63,7 @@ To install and activate this service, follow these instructions:
with the line: `DOCKER_OPTS='-H tcp://0.0.0.0:4243 -H unix:///var/run/docker.sock'`
* Restart the Docker daemon: `sudo service docker restart`

* On the Kubernetes master do the following:
* Continue here: On the Kubernetes master do the following:
* Login to the master host.
* Check if the Docker service is running: `sudo docker ps`. If this gives
an error, you must install and start the Docker service on this machine
Expand Down

0 comments on commit 43d4a41

Please sign in to comment.