mirror of https://github.com/knative/docs.git
fix serving directory path (#1015)
This commit is contained in:
parent
004da8feba
commit
2a55e5c4ef
|
@ -65,7 +65,7 @@ kubectl apply --recursive --filename config/monitoring/100-namespace.yaml \
|
||||||
```
|
```
|
||||||
|
|
||||||
In the commands above, replace `<path-of-fluentd-daemonset-config>` with the
|
In the commands above, replace `<path-of-fluentd-daemonset-config>` 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
|
**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
|
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:
|
the Elasticsearch and Kibana services. Knative provides this sample:
|
||||||
|
|
||||||
```shell
|
```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
|
See [here](/serving/installing-logging-metrics-traces.md) for deploying the
|
||||||
|
|
Loading…
Reference in New Issue