From 2a55e5c4ef0c73d7a3669393a69f470ffa59faa0 Mon Sep 17 00:00:00 2001 From: Stephen Chen Date: Mon, 18 Mar 2019 23:25:46 +0800 Subject: [PATCH] fix serving directory path (#1015) --- docs/serving/setting-up-a-logging-plugin.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/serving/setting-up-a-logging-plugin.md b/docs/serving/setting-up-a-logging-plugin.md index bd7f96ace..d75cebb67 100644 --- a/docs/serving/setting-up-a-logging-plugin.md +++ b/docs/serving/setting-up-a-logging-plugin.md @@ -65,7 +65,7 @@ kubectl apply --recursive --filename config/monitoring/100-namespace.yaml \ ``` In the commands above, replace `` with the -Fluentd DaemonSet configuration file, e.g. `config/monitoring/stackdriver`. +Fluentd DaemonSet configuration file, e.g. `config/monitoring/logging/stackdriver`. **NOTE**: The deployment above will not affect the fluentd sidecar of existing pods. Developers need to redeploy their app to get the newest configuration for @@ -76,7 +76,7 @@ backends. For example, if they desire Elasticsearch&Kibana, they have to deploy the Elasticsearch and Kibana services. Knative provides this sample: ```shell -kubectl apply --recursive --filename third_party/config/monitoring/elasticsearch +kubectl apply --recursive --filename third_party/config/monitoring/logging/elasticsearch ``` See [here](/serving/installing-logging-metrics-traces.md) for deploying the