Format markdown (#884)

Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
This commit is contained in:
mattmoor-sockpuppet 2019-02-08 06:53:41 -08:00 committed by Knative Prow Robot
parent 4037374784
commit a5d6ea8f7e
1 changed files with 13 additions and 11 deletions

View File

@ -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