k3s/cluster/addons/fluentd-elasticsearch
Kubernetes Submit Queue 5f82f129df Merge pull request #46203 from simt2/fluentd-elasticsearch-rbac
Automatic merge from submit-queue (batch tested with PRs 46151, 47602, 47507, 46203, 47471)

Add RBAC support to fluentd-elasticsearch cluster addon

**What this PR does / why we need it**:
Adds rbac support to the fluentd-elasticsearch addon

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #46023 

**Special notes for your reviewer**:

**Release note**:

```release-note
Add RBAC support to fluentd-elasticsearch cluster addon
```
2017-06-23 05:08:28 -07:00
..
es-image es discovery support args apiserver-host and kubeconfig 2017-06-20 09:15:23 +08:00
fluentd-es-image Update 'fluentd-elasticsearch' image. 2017-05-29 16:14:52 +02:00
kibana-image Bump elasticsearch and kibana to 5.4.0 2017-05-24 14:07:15 +03:00
OWNERS Added coffeepac to ElasticSearch owners 2017-05-13 07:48:09 +02:00
README.md Add readme for fluentd-elasticsearch addon 2017-03-22 11:27:48 +01:00
es-clusterrole.yaml Add rbac support to fluentd-elasticsearch 2017-06-16 08:44:24 +02:00
es-clusterrolebinding.yaml Add rbac support to fluentd-elasticsearch 2017-06-16 08:44:24 +02:00
es-controller.yaml Add rbac support to fluentd-elasticsearch 2017-06-16 08:44:24 +02:00
es-service.yaml Adds the new addon-manager labels on cluster addon templates 2017-02-24 16:53:12 -08:00
es-serviceaccount.yaml Add rbac support to fluentd-elasticsearch 2017-06-16 08:44:24 +02:00
fluentd-es-clusterrole.yaml Add rbac support to fluentd-elasticsearch 2017-06-16 08:44:24 +02:00
fluentd-es-clusterrolebinding.yaml Add rbac support to fluentd-elasticsearch 2017-06-16 08:44:24 +02:00
fluentd-es-ds.yaml Merge pull request #46203 from simt2/fluentd-elasticsearch-rbac 2017-06-23 05:08:28 -07:00
fluentd-es-serviceaccount.yaml Add rbac support to fluentd-elasticsearch 2017-06-16 08:44:24 +02:00
kibana-controller.yaml Adds the new addon-manager labels on cluster addon templates 2017-02-24 16:53:12 -08:00
kibana-service.yaml Adds the new addon-manager labels on cluster addon templates 2017-02-24 16:53:12 -08:00

README.md

Logging Agent For Elasticsearch

==============

Logging Agent For Elasticsearch is a DaemonSet which spawns a pod on each node that reads logs, generated by kubelet, container runtime and containers and sends them to Elasticsearch, deployed in the cluster. Later logs can be accessed either by querying Elasticsearch directly or by using Kibana.

Learn more at: https://kubernetes.io/docs/tasks/debug-application-cluster/logging-elasticsearch-kibana

Analytics