Files
deprecated-helm-charts/stable
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
..
2017-05-23 08:39:12 -07:00
2017-06-05 17:12:05 -07:00
2017-05-25 13:45:30 -06:00
2017-05-10 11:11:20 -07:00
2017-06-08 09:34:44 -07:00