k3s/cluster/addons/fluentd-gcp
Rohit Agarwal ad05928c6e Add wildcard tolerations to kube-proxy.
fluend-gcp already has these tolerations. kube-proxy when it runs as a
static pod gets wildcard `NoExecute` toleration (all static pods get
that). So, added the same toleration to kube-proxy when it runs as a
daemonset. Also added wildcard `NoSchedule` toleration to kube-proxy.
2017-11-29 12:36:58 -08:00
..
fluentd-gcp-image Update docs for user-guide 2017-06-27 12:21:49 +08:00
podsecuritypolicies Reorganize addon PodSecurityPolicies 2017-11-10 13:57:32 -08:00
OWNERS Fix username case in OWNERS files 2017-03-07 16:45:40 -08:00
README.md Add readme for fluentd-elasticsearch addon 2017-03-22 11:27:48 +01:00
event-exporter.yaml Fix typo in component name of prometheus-to-sd config. 2017-11-28 09:02:08 +01:00
fluentd-gcp-configmap.yaml Do not add new field in fluentd CRI log format. 2017-11-22 01:25:24 +00:00
fluentd-gcp-ds-sa.yaml Fix setting resources in fluentd-gcp plugin 2017-11-22 12:40:50 +01:00
fluentd-gcp-ds.yaml Add wildcard tolerations to kube-proxy. 2017-11-29 12:36:58 -08:00

README.md

Stackdriver Logging Agent

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

Stackdriver Logging Agent is a DaemonSet which spawns a pod on each node that reads logs, generated by kubelet, container runtime and containers and sends them to the Stackdriver. When logs are exported to the Stackdriver, they can be searched, viewed, and analyzed.

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

Analytics