File tree Expand file tree Collapse file tree 2 files changed +17
-5
lines changed Expand file tree Collapse file tree 2 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3- ## 1.10.0
3+ ## [ 1.10.0] ( https://github.com/vmware/kube-fluentd-operator/releases/tag/v1.10.0 )
44
55* Fluentd: Upgrade to 1.5.2
66
Original file line number Diff line number Diff line change @@ -22,18 +22,18 @@ The easiest way to get started is using the Helm chart. Official images are not
2222git clone
[email protected] :vmware/kube-fluentd-operator.git
2323helm install --name kfo ./kube-fluentd-operator/log-router \
2424 --set rbac.create=true \
25- --set image.tag=v1.9 .0 \
25+ --set image.tag=v1.10 .0 \
2626 --set image.repository=jvassev/kube-fluentd-operator
2727```
2828
2929Alternatively, deploy the Helm chart from a Github release:
3030
3131``` bash
32- CHART_URL=' https://github.com/vmware/kube-fluentd-operator/releases/download/v1.9 .0/log-router-0.3.1 .tgz'
32+ CHART_URL=' https://github.com/vmware/kube-fluentd-operator/releases/download/v1.10 .0/log-router-0.3.2 .tgz'
3333
3434helm install --name kfo ${CHART_URL} \
3535 --set rbac.create=true \
36- --set image.tag=v1.9 .0 \
36+ --set image.tag=v1.10 .0 \
3737 --set image.repository=jvassev/kube-fluentd-operator
3838```
3939
@@ -448,7 +448,19 @@ All logs originating from a file look exactly as all other Kubernetes logs. Howe
448448}
449449```
450450
451- ## Available plugins in latest release (1.8.0)
451+ ## Tracking Fluentd version
452+
453+ This projects tries to keep up with major releases for [ Fluentd docker image] ( https://github.com/fluent/fluentd-docker-image/ ) .
454+
455+ | Fluentd version | Operator version |
456+ | ----------------------------| -------------------------|
457+ | 0.12.x | 1.0.0 |
458+ | 1.1.0 | 1.2.0 |
459+ | 1.1.3 | 1.3.0 |
460+ | 1.2.6 | 1.8.0 |
461+ | 1.5.2 | 1.10.0 |
462+
463+ ## Plugins in latest release (1.10.0)
452464
453465` kube-fluentd-operator ` aims to be easy to use and flexible. It also favors sending logs to multiple destinations using ` <copy> ` and as such comes with many plugins pre-installed:
454466
You can’t perform that action at this time.
0 commit comments