Commit Graph
7 Commits
Author SHA1 Message Date
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