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

@ -201,22 +201,24 @@ To configure and setup monitoring:
kubectl get nodes --selector beta.kubernetes.io/fluentd-ds-ready=true
```
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
kubectl label nodes --all beta.kubernetes.io/fluentd-ds-ready="true"
```
```shell
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
kubectl get daemonset fluentd-ds --namespace knative-monitoring
```
```shell
kubectl get daemonset fluentd-ds --namespace knative-monitoring
```
See [Accessing Logs](./accessing-logs.md) for more information about
logs in Knative.
See [Accessing Logs](./accessing-logs.md) for more information about logs in
Knative.
## End to end traces