* [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