From ed2008b6ca40786cf66d35c9664a27c9225a75f9 Mon Sep 17 00:00:00 2001 From: Kyle Brown Date: Mon, 5 Mar 2018 12:00:05 -0800 Subject: [PATCH 1/2] logging: add link to github repository --- Documentation/admin/logging-destination.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/admin/logging-destination.md b/Documentation/admin/logging-destination.md index a31629c..89c3a03 100644 --- a/Documentation/admin/logging-destination.md +++ b/Documentation/admin/logging-destination.md @@ -13,6 +13,8 @@ There are currently 4 prebuilt Debian based Docker images in the [quay.io/coreos **Note**: there are Alpine based images which are automatically published along side the Debian images, but they cannot be used in conjunction with the systemd input plugin, because Alpine has no `libsystemd` package available. +The source of these docker images can be found at [coreos/fluentd-kubernetes-daemonset][github-coreos-fluentd] on Github. + To use one of these images, update the `image` field in your [fluentd-ds.yaml][fluentd-ds] manifest, and update your [fluentd-configmap.yaml][fluentd-config] `output.conf` with the correct match configuration for your configured output plugin. If you deploy Elasticsearch into your cluster, ensure the hostname and port of the service match the value in the `output.conf` section of your [fluentd-configmap.yaml][fluentd-config]. @@ -135,3 +137,4 @@ AWS Elasticsearch isn't officially supported at this time. AWS Elasticsearch fun [quay-fluentd-kubernetes]: https://quay.io/repository/coreos/fluentd-kubernetes?tab=tags [fluentd-docs-output]: http://docs.fluentd.org/v0.12/articles/output-plugin-overview [fluentd-match]: http://docs.fluentd.org/v0.12/articles/config-file#2-ldquomatchrdquo-tell-fluentd-what-to-do +[github-coreos-fluentd]: https://github.com/coreos/fluentd-kubernetes-daemonset/tree/tectonic_logging \ No newline at end of file From 93af2024416d596551eb10c51a6fe6a224a7ec81 Mon Sep 17 00:00:00 2001 From: Kyle Brown Date: Wed, 7 Mar 2018 13:55:44 -0800 Subject: [PATCH 2/2] add branch name to image source link --- Documentation/admin/logging-destination.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/admin/logging-destination.md b/Documentation/admin/logging-destination.md index 89c3a03..426ecbe 100644 --- a/Documentation/admin/logging-destination.md +++ b/Documentation/admin/logging-destination.md @@ -13,7 +13,7 @@ There are currently 4 prebuilt Debian based Docker images in the [quay.io/coreos **Note**: there are Alpine based images which are automatically published along side the Debian images, but they cannot be used in conjunction with the systemd input plugin, because Alpine has no `libsystemd` package available. -The source of these docker images can be found at [coreos/fluentd-kubernetes-daemonset][github-coreos-fluentd] on Github. +For source information, use the tectonic_logging branch found at [coreos/fluentd-kubernetes-daemonset][github-coreos-fluentd] on Github. To use one of these images, update the `image` field in your [fluentd-ds.yaml][fluentd-ds] manifest, and update your [fluentd-configmap.yaml][fluentd-config] `output.conf` with the correct match configuration for your configured output plugin.