From a5d6ea8f7ea9bc3f228043b29c361f1c19075543 Mon Sep 17 00:00:00 2001 From: mattmoor-sockpuppet Date: Fri, 8 Feb 2019 06:53:41 -0800 Subject: [PATCH] Format markdown (#884) Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)` --- serving/installing-logging-metrics-traces.md | 24 +++++++++++--------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/serving/installing-logging-metrics-traces.md b/serving/installing-logging-metrics-traces.md index f80c0f2a1..a9e32491a 100644 --- a/serving/installing-logging-metrics-traces.md +++ b/serving/installing-logging-metrics-traces.md @@ -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