Commit Graph
21 Commits
Author SHA1 Message Date
awwithro 0d398e5044 [stable/datadog] Adding full datadog role permissions (#2804)
* Adding all the RBAC permissions DataDog needs

* Add comments back

* Bump Chart version

* Bumping Chart version
2017-11-28 22:09:10 +05:30
Aaron Peschel 1fb29d348f [stable/datadog] Link Datadog Deployment to Configmaps (#2673)
This commit adds a hash annotation to each of the configmaps in this
chart, as well as the deployment that is dependent on these configmaps.
This will cause the deployment to restart its pods if any of these
configmaps changes.
2017-11-27 09:42:06 -08:00
Ryo Sakamoto ae7d78aa62 [stable/datadog]fixed README.md (#2847)
* fixed README.md

* increment chart version
2017-11-27 11:31:57 -05:00
Jesse Dubay 7722bbebbd [stable/datadog] Fix volumes/volumeMounts typo in example values (#2621)
* [stable/datadog] Fix volumes/volumeMounts typo in example values

The chart looks for values named `volumes` and `volumeMounts`.

* [stable/datadog] Fix unquoted truthy value in values.yaml

* [stable/datadog] Set chart version to 0.8.4
2017-11-21 20:57:16 +01:00
Ryo Sakamoto 73cbb6c228 [stable/datadog]add RBAC support (#2769)
* add rbac parameter to datadog charts

* modified apiVersion for clusterrole, clusterrolebinding

* change requirements.lock digest

* add comment for rbac options to value.yaml

* change rbac.create default value to 'true'
2017-11-20 13:02:09 +05:30
Igor Korsun 2671e4cca8 [stable/datadog] Set kube-state-metrics to actual version (#2074)
* Set kube-state-metrics to actual version

* fix LF

* Update chart version

* fix typo

* set datadog agebt to 0.3.1
2017-11-08 21:27:22 -08:00
awwithro f304417424 [stable/datadog]Give the daemonset the option to use the host network (#2243)
* Give the daemonset the option to use the host network

* Support hostPort as well. Add more documentation

* Don't give the legacy traceport a hostPort

* Add more clarity to comments

* Remove extra word
2017-09-27 21:25:18 +01:00
Kevin Schumacher a5a39535f0 [stable/datadog] #1785 namespace defined templates with chart name (#2126) 2017-09-19 15:27:16 +05:30
Richard Panek f11233d80c Adds support for activating detailed process and container monitoring (#1862) 2017-09-17 15:16:38 +02:00
Scott Rigby 3cac64e75a [stable/datadog] bump dependency kube-state-metrics 0.2.2 (#1963)
* [stable/datadog] bump dependency kube-state-metrics 0.2.2

* Bump stable/datadog version

* Bump kube-state-metrics dependency
2017-09-10 13:45:27 -05:00
Pierre Ozoux 916c0c092e Fix permission for the docker socket in datadog (#1904) 2017-09-04 15:57:29 -05:00
Tyler van Hensbergen 16d373e317 [stable/datadog] Allow configuration of daemonset.updateStrategy for datadog chart (#1775)
* add config option for daemonset.updateStrategy with default

* bump version

* document daemonset.updateStrategy in values.yaml
2017-08-21 16:19:56 +05:30
Haïssam Kaj 9ab6c8b822 Add kube-state-metrics autoconf by default (#1481) 2017-07-21 23:36:09 +02:00
Haïssam Kaj 1f9bc91e44 [datadog] Add optional kube-state-metrics pod (#1011)
* [datadog] Add optional kube-state-metrics pod

* use new kube-state-metrics chart as requirement

* Bump to 0.6.0

* bump version and use github ids
2017-06-20 15:05:42 +01:00
Jesse Dubay ef895a0cb6 [stable/datadog] Support 1.6 tolerations (#1252)
* [stable/datadog] Support 1.6 tolerations

This allows the Datadog DaemonSet to run on tainted nodes, whether
that's a master provisioned by kubeadm (see #1100):

    tolerations:
      - effect: NoSchedule
        key: node-role.kubernetes.io/master

or any "dedicated" node:

    tolerations:
      - effect: NoSchedule
        operator: Exists

* [stable/datadog] Document 1.6 requirement for `tolerations`

* [stable/datadog] Add `daemonset.podAnnotations` value

This allows Kubernetes 1.5 users to use the alpha tolerations annotation
to schedule DataDog Pods on tainted nodes.

* [stable/datadog] Docs tweak: greater than 1.6

* [stable/datadog] Docs tweak: >= 1.6
2017-06-14 20:13:18 +02:00
Ivan Ilves 882fb4256f Add optional deployment and service for DataDog (#1131)
* Modify deployment and added service for DataDog

* Remove legacy port from deployment
2017-06-01 08:43:33 -07:00
Jose Armesto e8f93e4d01 [stable/datadog] Add options to collect events from k8s API (#722)
* Add options to collect events from k8s API

* Bumped minor version
2017-05-22 14:25:20 -07:00
Philip Champon 9870cb641c [stable/datadog] Add config maps, env vars, and ports (#765)
* Add config maps, env vars, and ports

* Optionally open up APM tracing ports
* Provide configmap hooks for custom autoconf, checks.d, and conf.d
* Open up environment variables

* remove configmap yaml markers and correct trunc
2017-04-11 08:53:27 -07:00
Miguel Ángel Martínez Triviño c7500bdf40 [stable/datadog] Add home and icon (#576)
* [stable/datadog] Add home and icon

* Version bump
2017-02-12 20:16:48 -08:00
Jesse Dubay 49ab0e912e Datadog: Expose TAGS env var as a value (#371)
This allows chart users to specify host tags.
2017-01-09 20:37:54 -08:00
Greg Taylor f925cd1c35 Add datadog chart to stable. (#207)
* Add datadog chart to stable.

* Enable service discovery by default

Enable service discovery by default

* add sign up URL

add sign up URL

* document values.yaml

document values.yaml
2016-12-05 12:46:38 -08:00