Update the README to reflect new additions to kolla

Added the new containers we are supporting.
Kubernetes has updated and kubecfg was replaced with kubectl.

Change-Id: I12b88b856dca150087261f86c674012dcc1b4816
This commit is contained in:
Ryan Hallisey 2015-01-06 15:26:21 +00:00
parent 8229c1f6c3
commit 4112ab2239

View File

@ -34,6 +34,11 @@ services:
* Mariadb * Mariadb
* Nova * Nova
* Rabbitmq * Rabbitmq
* Neutron
* Mongodb
* Ceilometer
* Zaqar
* Horizon
``` ```
$ sudo docker search kollaglue $ sudo docker search kollaglue
@ -138,7 +143,7 @@ can be obtained via the `docker ps` operation. This can be run on the minion
during the `./start` operation to debug the container. during the `./start` operation to debug the container.
``` ```
$ kubecfg list pods $ kubectl get pods
``` ```
This lists all pods of which Kubernetes is aware. This can be run on the This lists all pods of which Kubernetes is aware. This can be run on the
master or minion. master or minion.