Skip to content

Commit 2a55e5c

Browse files
RPingknative-prow-robot
authored andcommitted
fix serving directory path (#1015)
1 parent 004da8f commit 2a55e5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/serving/setting-up-a-logging-plugin.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ kubectl apply --recursive --filename config/monitoring/100-namespace.yaml \
6565
```
6666

6767
In the commands above, replace `<path-of-fluentd-daemonset-config>` with the
68-
Fluentd DaemonSet configuration file, e.g. `config/monitoring/stackdriver`.
68+
Fluentd DaemonSet configuration file, e.g. `config/monitoring/logging/stackdriver`.
6969

7070
**NOTE**: The deployment above will not affect the fluentd sidecar of existing
7171
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
7676
the Elasticsearch and Kibana services. Knative provides this sample:
7777

7878
```shell
79-
kubectl apply --recursive --filename third_party/config/monitoring/elasticsearch
79+
kubectl apply --recursive --filename third_party/config/monitoring/logging/elasticsearch
8080
```
8181

8282
See [here](/serving/installing-logging-metrics-traces.md) for deploying the

0 commit comments

Comments
 (0)