From 4112ab2239791b953b34b6167b3ff0b472159dc6 Mon Sep 17 00:00:00 2001 From: Ryan Hallisey Date: Tue, 6 Jan 2015 15:26:21 +0000 Subject: [PATCH] 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 --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f18f59d13d..caaf6803c1 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,11 @@ services: * Mariadb * Nova * Rabbitmq +* Neutron +* Mongodb +* Ceilometer +* Zaqar +* Horizon ``` $ 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. ``` -$ kubecfg list pods +$ kubectl get pods ``` This lists all pods of which Kubernetes is aware. This can be run on the master or minion.