Skip to content

Commit

Permalink
grammar fix
Browse files Browse the repository at this point in the history
Signed-off-by: Qiyue Yao <[email protected]>
  • Loading branch information
qiyueyao committed Nov 4, 2021
1 parent e0f880c commit 46139b8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/cookbooks/fluentd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ and [Kibana](https://www.elastic.co/kibana/) dashboard is used for visualization
- [Step 1: Deploying Antrea](#step-1-deploying-antrea)
- [Step 2: Deploy Elasticsearch and Kibana Dashboard](#step-2-deploy-elasticsearch-and-kibana-dashboard)
- [Step 3: Configure Custom Fluentd Plugins](#step-3-configure-custom-fluentd-plugins)
- [Step 4: Deploy Fluentd DeamonSet](#step-4-deploy-fluentd-deamonset)
- [Step 4: Deploy Fluentd DaemonSet](#step-4-deploy-fluentd-daemonset)
- [Step 5: Visualize with Kibana Dashboard](#step-5-visualize-with-kibana-dashboard)
- [Email Alerting](#email-alerting)
<!-- /toc -->
Expand Down Expand Up @@ -47,8 +47,8 @@ version](https://github.com/antrea-io/antrea/releases).
### Step 2: Deploy Elasticsearch and Kibana Dashboard

Fluentd supports multiple [output plugins](https://www.fluentd.org/plugins).
Details will be discussed in [Step 4](#step-4-deploy-fluentd-deamonset), but
by default, log records are collected by Fluentd DeamonSet and sent to Elasticsearch.
Details will be discussed in [Step 4](#step-4-deploy-fluentd-daemonset), but
by default, log records are collected by Fluentd DaemonSet and sent to Elasticsearch.
A Kibana Dashboard can then be used to visualize the data. The YAML file for
deployment is included in the `resources` directory. To deploy Elasticsearch
and Kibana, run:
Expand Down Expand Up @@ -76,9 +76,9 @@ on every K8s Node.
kubectl create configmap fluentd-conf --from-file=docs/cookbooks/fluentd/resources/kubernetes.conf --namespace=kube-logging
```

### Step 4: Deploy Fluentd DeamonSet
### Step 4: Deploy Fluentd DaemonSet

Fluentd deployment includes RBAC and DeamonSet. Fluentd will collect logs
Fluentd deployment includes RBAC and DaemonSet. Fluentd will collect logs
from cluster components, so permissions need to be granted first through
RBAC. In `fluentd.yml`, we create a ServiceAccount, and use a ClusterRole
and a ClusterRoleBinding to grant it permissions to read, list and watch
Expand Down

0 comments on commit 46139b8

Please sign in to comment.