Commit Graph
19 Commits
Author SHA1 Message Date
Robert James Hernandez 584c5f1235 Bumping default fluentd daemon image version (#11334)
Signed-off-by: Robert James Hernandez <rob@sarcasticadmin.com>
2019-04-28 15:48:20 -07:00
Masahiro c0c0d6ac84 Add secuirty context for fluentd-cloudwatch (#11152)
Signed-off-by: masahiro331 <m_fujimura@r.recruit.co.jp>
2019-03-04 14:59:10 -08:00
Kevin Lefevre eba953cc8e [incubator/fluentd-cloudwatch] add affinity/nodeselector (#10850)
Signed-off-by: ArchiFleKs <lefevre.kevin@gmail.com>
2019-01-31 12:04:07 -08:00
tschmittni 6a6f5ed60b [incubator/fluentd-cloudwatch] Roll out configmap updates (#10099)
Added a checksum/config annotation so that configmap
changes are picked up and automatically rolled out.

see https://github.com/helm/helm/blob/master/docs/charts_tips_and_tricks.md#automatically-roll-deployments-when-configmaps-or-secrets-change

Signed-off-by: Thomas Schmitt <thomas.schmitt@ni.com>
2019-01-09 08:03:06 -08:00
Sanjev Moganadas 32dafbe0c6 Added ability to configure daemonset update strategy (#9911)
Signed-off-by: sanjevsunder <sanjev.sunder@servicerocket.com>
2018-12-12 08:30:54 -08:00
Masahiro Fujimura 998e634e07 fix daemonset yaml podAnnotations -> annotations (#8919)
Signed-off-by: masahiro331 <m_fujimura@r.recruit.co.jp>
2018-11-01 14:52:53 -07:00
masahiro a193775d1b [incubator/fluent-cloudwatch] Fix fatal bug and Support EC2 instance role (#7707)
* Add case, Using InstanceRole

Signed-off-by: masahiro331 <m_fujimura@r.recruit.co.jp>

* fix README.md

Signed-off-by: masahiro331 <m_fujimura@r.recruit.co.jp>
2018-10-06 14:31:21 -07:00
Samuel Wibrow 8bd8f20c39 [incubator/fluentd-cloudwatch] Update fluentd-cloudwatch tag (#6694)
* Update fluentd-cloudwatch tag
What this PR does / why we need it:
This affects the incubator/fluentd-cloudwatch chart.

Fix ```standard_init_linux.go:178: exec user process caused "no such file or directory"``` issue
with latest fluentd-cloudwatch version v0.12.43-cloudwatch

* signed linuxfoundation cla

* Update readme
2018-08-27 20:41:15 -07:00
Zac Petterd e35905348c Add the ability to add extra env variables (#4291)
* Add the ability to add extra env variables

* Fixing problems with how toYaml formats

* Chart version needs to be bumped

* Removing testing file and rename to extraVars
2018-07-04 11:42:19 -07:00
Aaron Roydhouse d0b5a5516e [incubator/fluentd-cloudwatch] Update _helpers.tpl template to current version (#5861)
* Update _helpers.tpl template to current version

Update the default templates to the current version (from `helm create`) with automatic de-duplication of fullnames and `fullnameOverride`.

Currently if you install with `helm upgrade --install fluentd-cloudwatch incubator/fluentd-cloudwatch`
the call the resources get  called `fluentd-cloudwatch-fluentd-cloudwatch` and there is no workaround.
With this update, the resources would be called just `fluentd-cloudwatch`.

* Bump chart version

* Update Chart.yaml
2018-07-01 12:58:17 -07:00
Martino Fornasa 98ec381da7 Fix Fluentd hanging https://github.com/fluent/fluentd/issues/1630 (#5511)
* fluentd-cloudwatch: Fix Fluentd hanging
https://github.com/fluent/fluentd/issues/1630

* Update Chart.yaml
2018-06-08 09:21:55 -07:00
AdamDang 6b4c6682d1 [fluentd-cloudwatch] typo fix: tables lists->table lists (#5728)
* Add version: 0.4.1

version: 0.4.1

* [fluentd-cloudwatch] typo fix: tables lists->table lists

[fluentd-cloudwatch] typo fix: tables lists->table lists
2018-05-25 06:23:33 -07:00
cheyang 1905e1f612 refactor fluentd-cloudwatch (#5087)
* refactor fluentd-cloudwatch

* Update Chart.yaml

* update image pullpolicy

* Fix readme

* Update Chart.yaml
2018-05-17 22:39:50 -07:00
JP d9298820ae fixes error reported in issue 5171 (#5210)
* fixes error reported in issue 5171

* chart version bump

* Adding home
2018-05-17 12:35:50 -07:00
Mattias Gees 15c7b6cd1e Make it possible to add tolerations to fluentd-cw (#3931)
* Make it possible to add tolerations to fluentd-cw

This adds the possability to add tolerations to the fluentd-cloudwatch chart. This is handy if you also want to ship the logs from your master nodes.

* Change to empty list
2018-03-02 13:13:52 -08:00
Sam Clinckspoor 75da76a7ed fix the namespaces permission (#3459) 2018-01-27 06:10:30 -08:00
Jon Whitcraft cd01e327b9 Fluentd-Cloudwatch Changes (#3229)
* Fluentd-Cloudwatch Changes

- Add support for awsRoles vai kube2iam role
- Add rbac create support
- Standardize helpers with other charts

* Fix the lint errors

* Forgot to update the secrets

* Address Code Review Comments
2018-01-18 10:38:37 -08:00
Steve Ruckdashel 07fcfd2470 Changed 'stable' to 'incubator' in final example of incubator/fluentd-cloudwatch (#2735) 2017-11-25 16:12:12 +01:00
Quentin Nerden 1b086f941f Add Fluentd > cloudwatch log forwarder (#952)
* fluentd cloudwatch incubator

* rename deployment -> daemonset

* annotations as value

* reorder values

* use helm namespace

* address code review

* move td-agent.conf into values.yaml

* Updated fluentd-cloudwatch code from PR 211

The configuration is now inside the container (from PR comment:
https://github.com/kubernetes/charts/pull/211#issuecomment-286643280),
I then removed the configMap holding the config.

The AWS keys are added as secrets from files, using Files.Glob (from PR
comment
https://github.com/kubernetes/charts/pull/211#issuecomment-286662756)

* Add configMap for fluentd config

Copied the config from what's in
/fluentd/etc in image:
fluent/fluentd-kubernetes-daemonset:v0.12-cloudwatch

* Update to use namespaces

* Add appVersion

* Add fluentd icon

* Using github usernames instead of real names

* Update label for configmap
2017-10-12 21:24:11 +02:00