mirror of https://github.com/knative/docs.git
Format markdown (#884)
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
This commit is contained in:
parent
4037374784
commit
a5d6ea8f7e
|
@ -203,20 +203,22 @@ To configure and setup monitoring:
|
||||||
|
|
||||||
1. If you receive the `No Resources Found` response:
|
1. If you receive the `No Resources Found` response:
|
||||||
|
|
||||||
1. Run the following command to ensure that the Fluentd DaemonSet runs on all your nodes:
|
1. Run the following command to ensure that the Fluentd DaemonSet runs on
|
||||||
|
all your nodes:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
kubectl label nodes --all beta.kubernetes.io/fluentd-ds-ready="true"
|
kubectl label nodes --all beta.kubernetes.io/fluentd-ds-ready="true"
|
||||||
```
|
```
|
||||||
|
|
||||||
1. Run the following command to ensure that the `fluentd-ds` daemonset is ready on at least one node:
|
1. Run the following command to ensure that the `fluentd-ds` daemonset is
|
||||||
|
ready on at least one node:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
kubectl get daemonset fluentd-ds --namespace knative-monitoring
|
kubectl get daemonset fluentd-ds --namespace knative-monitoring
|
||||||
```
|
```
|
||||||
|
|
||||||
See [Accessing Logs](./accessing-logs.md) for more information about
|
See [Accessing Logs](./accessing-logs.md) for more information about logs in
|
||||||
logs in Knative.
|
Knative.
|
||||||
|
|
||||||
## End to end traces
|
## End to end traces
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue