Skip to content

Commit c7d2960

Browse files
committed
Unclutter the readme
1 parent d8db410 commit c7d2960

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,12 @@ ls -l tmp/
116116
### Project structure
117117

118118
* `log-router`: Builds the Helm chart
119-
* `base-image`: Builds a Fluentd 1.x image with a curated list of plugins
119+
* `base-image`: Builds a Fluentd 1.2.x image with a curated list of plugins
120120
* `config-reloader`: Builds the daemon that generates fluentd configuration files
121121

122122
### Config-reloader
123123

124-
This is where interesting work happens. The dependency graph shows the high-level package interaction and general dataflow.
125-
126-
![package dep](config-reloader/godepgraph.png)
124+
This is where interesting work happens. The [dependency graph](config-reloader/godepgraph.png) shows the high-level package interaction and general dataflow.
127125

128126
* `config`: handles startup configuration, reading and validation
129127
* `datasource`: fetches Pods, Namespaces, ConfigMaps from Kubernetes
@@ -316,7 +314,7 @@ Most log streams are line-oriented. However, stacktraces always span multiple li
316314
</match>
317315
```
318316

319-
Notice how `filter` is used instead of `match` as described in[fluent-plugin-detect-exceptions](https://github.com/GoogleCloudPlatform/fluent-plugin-detect-exceptions). Internally, this filter is translated into several `match` directives so that the end user doesn't need to bother with rewriting the Fluentd tag.
317+
Notice how `filter` is used instead of `match` as described in [fluent-plugin-detect-exceptions](https://github.com/GoogleCloudPlatform/fluent-plugin-detect-exceptions). Internally, this filter is translated into several `match` directives so that the end user doesn't need to bother with rewriting the Fluentd tag.
320318

321319
Also, users don't need to bother with setting the correct `stream` parameter. *kube-fluentd-operator* generates one internally based on the container id and the stream.
322320

0 commit comments

Comments
 (0)