From 3e439b5e1e60716a9278f00bd3c8eb4d096f33a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Andr=C3=A9?= Date: Thu, 19 Mar 2015 18:26:06 +0900 Subject: [PATCH] Remove reference to k8s directory from README Kolla has moved away from Kubernetes and is now using docker-compose to define container sets. Remove last reference to Kubernetes in the README file, and document the `compose` directory instead. Change-Id: Ic586da2ae7859817c0da888f6ce5c788188e43d2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 354656d08e..2b4aecc7cb 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Directories * docker - contains artifacts for use with docker build to build appropriate images -* k8s - contains service and pod configuration information for Kubernetes +* compose - contains the docker-compose files defining the container sets * tools - contains different tools for interacting with Kolla * devenv - A collection of tools and resources for managing a Kolla development environment.