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
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue