From aa7580de81b07adbf5a1422f1bac0ba77c6c36ad Mon Sep 17 00:00:00 2001 From: ckleban Date: Wed, 30 Mar 2016 13:50:53 -0700 Subject: [PATCH] Cap fix --- docs/getting-started-guides/clc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-guides/clc.md b/docs/getting-started-guides/clc.md index 42d5734a55..47992df9a2 100644 --- a/docs/getting-started-guides/clc.md +++ b/docs/getting-started-guides/clc.md @@ -224,7 +224,7 @@ We use the following to create the kubernetes cluster: ## Optional add-ons * Logging: We offer an integrated centralized logging ELK platform so that all - kubernetes and docker logs get sent to the ELK stack. To install the ELK stack + Kubernetes and docker logs get sent to the ELK stack. To install the ELK stack and configure Kubernetes to send logs to it, follow [the log aggregation documentation](https://github.com/CenturyLinkCloud/adm-kubernetes-on-clc/blob/master/log_aggregration.md). Note: We don't install this by default as the footprint isn't trivial.