Commit Graph
138 Commits
Author SHA1 Message Date
Lénaïc Huard 2a12337a3d [stable/datadog] Grant access to kubelet’s GET /stats/summary (#19047)
With DataDog/integrations-core#5052, the datadog agent starts monitoring
the `stats/summary/` endpoint of the kubelet.
So, we need to grant it a role that allows it.

Signed-off-by: Lénaïc Huard <lenaic.huard@datadoghq.com>
2019-11-22 04:45:28 -08:00
Lénaïc Huard b5ba0c631d [stable/datadog] Add Lénaïc Huard (L3n41c) to OWNERS (#18811)
Signed-off-by: Lénaïc Huard <lenaic.huard@datadoghq.com>
2019-11-12 05:44:06 -08:00
Doug WinterandCedric Lamoriniere 7ba8bec233 [stable/datadog] allow host networking for metrics (#15206)
* [stable/datadog] allow host networking for metrics

Signed-off-by: Doug Winter <doug.winter@isotoma.com>

* doc update

Signed-off-by: Doug Winter <doug.winter@isotoma.com>

* Update stable/datadog/templates/agent-service-metrics.yaml

Co-Authored-By: Cedric Lamoriniere <cedric.lamoriniere@datadoghq.com>
Signed-off-by: Doug Winter <doug.winter@isotoma.com>

* Update stable/datadog/values.yaml

Co-Authored-By: Cedric Lamoriniere <cedric.lamoriniere@datadoghq.com>
Signed-off-by: Doug Winter <doug.winter@isotoma.com>

* annotations is unused

Signed-off-by: Doug Winter <doug.winter@isotoma.com>

* Rework structure of values to match usage

Signed-off-by: Andrew Plummer <plummer574@gmail.com>

* Bump version

Signed-off-by: Andrew Plummer <plummer574@gmail.com>

* CR: remove docstring line

Signed-off-by: Andrew Plummer <plummer574@gmail.com>
2019-10-31 06:47:36 -07:00
Martin Gaida 685f43751e [stable/datadog] Allow custom agent configuration (#15861)
* datadog agent: allow custom configuration

Signed-off-by: Martin Gaida <mgaida@flipboard.com>
Signed-off-by: Martin Gaida <martin.m.gaida@gmail.com>

* datadog agent: configuration documentation

Signed-off-by: Martin Gaida <mgaida@flipboard.com>
Signed-off-by: Martin Gaida <martin.m.gaida@gmail.com>

* stable/datadog: bump version again

Signed-off-by: Martin Gaida <martin.m.gaida@gmail.com>

* stable/datadog: bump version

Signed-off-by: Martin Gaida <martin.m.gaida@gmail.com>
2019-10-08 13:19:49 -07:00
Stefan Sedich aa14832606 [stable/datadog] When using nonLocalTraffic=true also set DD_APM_NON_LOCAL_TRAFFIC (#17080)
Signed-off-by: Stefan Sedich <stefan.sedich@gmail.com>
2019-10-07 13:11:11 -07:00
Cedric Lamoriniere 47762ae799 [stable/datadog] Add labels + deprecation notice (#17455)
* [stable/datadog] Add labels recommended by Helm

See https://helm.sh/docs/chart_best_practices/#standard-labels

New labels are added, no existing labels are removed nor any label selectors updated.

Signed-off-by: Peter Rifel <pgrifel@gmail.com>

* [stable/datadog] Add additional deprecation notes.

* update recommended labels for improving the migration strategy.
* prepare the deployment agent configuration deprecation

Signed-off-by: cedric lamoriniere <cedric.lamoriniere@datadoghq.com>

* [stable/datadog] add ci values.yaml files

Signed-off-by: cedric lamoriniere <cedric.lamoriniere@datadoghq.com>

* add missing labels on system-probe resources

Signed-off-by: cedric lamoriniere <cedric.lamoriniere@datadoghq.com>

* update NOTES.txt

Signed-off-by: cedric lamoriniere <cedric.lamoriniere@datadoghq.com>
2019-10-01 07:13:34 -07:00
shangwang 4539e30e62 [stable/datadog]add system-probe agent to datadog chart (#17376)
* [stable/datadog] add system-probe container to datadog-agent daemonset

Signed-off-by: Shang Wang <shang.wang@datadoghq.com>

* [stable/datadog] some fixes

Signed-off-by: Shang Wang <shang.wang@datadoghq.com>

* remove system-probe configmap

Signed-off-by: Shang Wang <shang.wang@datadoghq.com>

* bring back the sysprobe config map

Signed-off-by: Shang Wang <shang.wang@datadoghq.com>

* indentation

Signed-off-by: Shang Wang <shang.wang@datadoghq.com>

* fix env var name

Signed-off-by: Shang Wang <shang.wang@datadoghq.com>

* updated configs in values.yaml for more information

Signed-off-by: Shang Wang <shang.wang@datadoghq.com>

* update how system-probe is run

Signed-off-by: Shang Wang <shang.wang@datadoghq.com>

* bump chart version

Signed-off-by: Shang Wang <shang.wang@datadoghq.com>

* bump chart again

Signed-off-by: Shang Wang <shang.wang@datadoghq.com>

* hard code unix socket location

Signed-off-by: Shang Wang <shang.wang@datadoghq.com>

* remove resource definition for init container

Signed-off-by: Shang Wang <shang.wang@datadoghq.com>

* add labels

Signed-off-by: Shang Wang <shang.wang@datadoghq.com>

* fix value syntax and move system-probe values to the same level with
datadog

Signed-off-by: Shang Wang <shang.wang@datadoghq.com>

* remove unused setup

Signed-off-by: Shang Wang <shang.wang@datadoghq.com>

* update README file

Signed-off-by: Shang Wang <shang.wang@datadoghq.com>

* fix chart and update README

Signed-off-by: Shang Wang <shang.wang@datadoghq.com>

* update system-probe container to work with dedicated container case

Signed-off-by: Shang Wang <shang.wang@datadoghq.com>

* bump chart version

Signed-off-by: Shang Wang <shang.wang@datadoghq.com>

* bump chart version

Signed-off-by: Shang Wang <shang.wang@datadoghq.com>

* remove resources config for systemProbe

Signed-off-by: Shang Wang <shang.wang@datadoghq.com>

* fix process-agent resource indent

Signed-off-by: Shang Wang <shang.wang@datadoghq.com>

* use the same format for volumes

Signed-off-by: Shang Wang <shang.wang@datadoghq.com>

* update README

Signed-off-by: Shang Wang <shang.wang@datadoghq.com>

* allow empty initContainers section

Signed-off-by: Shang Wang <shang.wang@datadoghq.com>

* bump chart with minor version

Signed-off-by: Shang Wang <shang.wang@datadoghq.com>

* make seccomp root directory be configurable via values

Signed-off-by: Shang Wang <shang.wang@datadoghq.com>

* Update README for processAgentEanbled 3 states

Signed-off-by: Shang Wang <shang.wang@datadoghq.com>

* update daemonset and README to make sure system-probe is only enabled if
both daemonset.useDedicatedContainers and systemProbe.enabled are true

Signed-off-by: Shang Wang <shang.wang@datadoghq.com>

* update README to reflect the fact that system-probe needs flag
useDedicatedContainers

Signed-off-by: Shang Wang <shang.wang@datadoghq.com>

* rename system-probe template

Signed-off-by: Shang Wang <shang.wang@datadoghq.com>

* don't show empty initContainers when not using dedicated containers

Signed-off-by: Shang Wang <shang.wang@datadoghq.com>

* make bpfDebug flag required and default be false

Signed-off-by: Shang Wang <shang.wang@datadoghq.com>

* reduce seccomp profile

Signed-off-by: Shang Wang <shang.wang@datadoghq.com>

* refine seccomp

Signed-off-by: Shang Wang <shang.wang@datadoghq.com>

* Revert "refine seccomp"

This reverts commit a4cc7e667cd2118a2b8bd1b07444a3f93bb539c8.

Signed-off-by: Shang Wang <shang.wang@datadoghq.com>

* Revert "reduce seccomp profile"

This reverts commit 02b18c16aadfc56354f396757f3bbde4c3d6c9f8.

Signed-off-by: Shang Wang <shang.wang@datadoghq.com>

* better seccomp

Signed-off-by: Shang Wang <shang.wang@datadoghq.com>

* add config for apparmor

Signed-off-by: Shang Wang <shang.wang@datadoghq.com>
2019-09-25 06:30:00 -07:00
Cedric Lamoriniere 2704ccf3aa Support apps/v1 apigroup for Daemonset and deployment (#17397)
Signed-off-by: cedric lamoriniere <cedric.lamoriniere@datadoghq.com>
2019-09-24 10:31:28 -07:00
Javi Polo 3ff7c31fb4 [stable/datadog] Add possibility to extract node labels as metric tags (#17184)
Signed-off-by: Javi Polo <javipolo@drslump.org>
2019-09-17 13:11:15 -07:00
Ahmed Mezghani b87b93fc69 [stable/datadog] Make deployment strategies configurable (#17165)
* update readme

Signed-off-by: Ahmed Mezghani <ahmed.mezghani@outlook.com>

* update default strategies

Signed-off-by: Ahmed Mezghani <ahmed.mezghani@outlook.com>

* update readme + maxUnavailable

Signed-off-by: Ahmed Mezghani <ahmed.mezghani@outlook.com>

* quotes

Signed-off-by: Ahmed Mezghani <ahmed.mezghani@outlook.com>
2019-09-17 08:12:24 -07:00
Cedric Lamoriniere d4ffe43751 [stable/datadog] Update application version to 6.13.0 and ksm to 1.7.2 (#16267)
* Update stable/datadog application to 6.13.0

* Bump the chart version to `1.33.0`
* Update the application version to `6.13.0`
* Update Kube-State-Metrics version to `1.7.2` with chart `2.2.3`
* Fix wrong indentation in kube-state-metrics parameters
* Document the possibility to overwrite KSM container resources
* Add ci/*-values.yaml files for CI validation

Signed-off-by: cedric lamoriniere <cedric.lamoriniere@datadoghq.com>

* temporary remove stable/datadog/ci folder

Signed-off-by: cedric lamoriniere <cedric.lamoriniere@datadoghq.com>

* add in comment example

Signed-off-by: cedric lamoriniere <cedric.lamoriniere@datadoghq.com>
2019-08-16 11:20:10 -07:00
farshad-hobsons 8f3e5889dd [stable/datadog] Add an option to reference an existing clusterAgent.token (#16208)
* [stable/datadog]: adding option to pass existing ClusterAgent token secret

Signed-off-by: Fahad Arshad <fahad.arshad@hobsons.com>

* [stable/datadog]: Chart version bump

Signed-off-by: Fahad Arshad <fahad.arshad@hobsons.com>

* [stable/datadog]: adding an extra line in agent-secret.yaml

Signed-off-by: Fahad Arshad <fahad.arshad@hobsons.com>

* use clusterAgent.tokenSecretName template to make code DRY

Signed-off-by: Fahad Arshad <fahad.arshad@hobsons.com>
2019-08-13 04:29:41 -07:00
Joe Hohertz 6c5a877928 allow setting tolerations for clusterchecks (#15624)
Signed-off-by: Joe Hohertz <joe@viafoura.com>
2019-07-30 07:38:51 -07:00
Cedric Lamoriniere a944a6ebaf [stable/datadog] Fix several aspect of KSM integration (#15908)
* [stable/datadog] Fix error in readme configuration parameter
* Fixes #15526. `rbac.serviceAccount` should be `rbac.serviceAccountName` in configuration parameter table
* Update kube-state-metrics deps to 2.0.0
* bump stable/datadog chart to 1.32.0

Signed-off-by: cedric lamoriniere <cedric.lamoriniere@datadoghq.com>
2019-07-30 06:26:51 -07:00
Cedric Lamoriniere 93deeee48a [stable/datadog] update default image versions (#15520)
Signed-off-by: cedric lamoriniere <cedric.lamoriniere@datadoghq.com>
2019-07-26 01:25:58 -07:00
Xavier Lucas 31462f6be2 [stable/datadog] Add xlucas to OWNERS (#15585)
* Add xlucas to OWNERS

Signed-off-by: Xavier Lucas <xavier.lucas@datadoghq.com>

* Update chart version

Signed-off-by: Xavier Lucas <xavier.lucas@datadoghq.com>
2019-07-17 02:40:34 -07:00
Steve Huff 2af95ff410 [stable/datadog] Fix whitespace trimming (#15577)
Using double-sided whitespace trimming (something like `{{- end -}}` can be
dangerous anywhere other than at the very beginning and the very end of a
template file, because it trims carriage returns.  This makes it possible to
inadvertently create a manifest like the following:

```yaml
apiVersion: "rbac.authorization.k8s.io/v1"
kind: ClusterRoleBinding
metadata:
  labels:
    app: "datadog"
    chart: "datadog-1.31.8"
    release: "datadog"
    heritage: "Tiller"
  name: datadog
roleRef:
  apiGroup: rbac.authorization.k8s.io
  kind: ClusterRole
  name: datadog
subjects:
  - kind: ServiceAccount
    name: datadog
    namespace: datadog---
apiVersion: v1
kind: ServiceAccount
metadata:
  labels:
    app: "datadog"
    chart: "datadog-1.31.8"
    heritage: "Tiller"
    release: "datadog"
  name: datadog
---
```

Signed-off-by: Steve Huff <shuff@vecna.org>
2019-07-17 01:59:35 -07:00
Ahmed Mezghani 27bba5796f fix yamls (#15534)
Signed-off-by: Ahmed Mezghani <ahmed.mezghani@outlook.com>
2019-07-15 06:59:07 -07:00
Dennis Webb 96a0359aaa [stable/datadog] Adds podAnnotations to cluster-agent deployment (#15384)
Signed-off-by: Dennis Webb <dennis@bluesentryit.com>
2019-07-15 02:05:07 -07:00
Joe Hohertz fc0f5a865a [stable/datadog] ensure init scripts run in correct order (#15463)
* ensure init scripts run in correct order

Signed-off-by: Joe Hohertz <joe@viafoura.com>

* re-bump chart version

Signed-off-by: Joe Hohertz <joe@viafoura.com>
2019-07-12 12:47:06 -07:00
Ahmed Mezghani 81405b0a33 [stable/datadog] Regroup template yaml files (#15371)
* regroup template yaml files

Signed-off-by: Ahmed Mezghani <ahmed.mezghani@outlook.com>

* bump version

Signed-off-by: Ahmed Mezghani <ahmed.mezghani@outlook.com>

* regroup hpa rbac

Signed-off-by: Ahmed Mezghani <ahmed.mezghani@outlook.com>
2019-07-11 11:21:08 -07:00
Peter Rifel f8500ca19d [stable/datadog] Add priorityClassName to Cluster Agent deployment (#15135)
Signed-off-by: Peter Rifel <pgrifel@gmail.com>
2019-07-02 09:47:09 -07:00
Yuya Takeyama 220d820cc6 [stable/datadog] Make name of dogstatsd socket configurable (#14898)
* Make DogStatsD socket path configurable

Signed-off-by: Yuya Takeyama <sign.of.the.wolf.pentagram@gmail.com>

* Describe about `datadog.dogStatsDSocketPath`

Signed-off-by: Yuya Takeyama <sign.of.the.wolf.pentagram@gmail.com>

* Bump version

Signed-off-by: Yuya Takeyama <sign.of.the.wolf.pentagram@gmail.com>

* Refine README.md for `datadog.dogStatsDSocketPath`

Signed-off-by: Yuya Takeyama <sign.of.the.wolf.pentagram@gmail.com>
2019-07-01 07:49:21 -07:00
Yuya Takeyama c492a519b3 [stable/datadog] Fix wrong indentations (#14894)
* Fix wrong indentations

Signed-off-by: Yuya Takeyama <sign.of.the.wolf.pentagram@gmail.com>

* Bump chart version

Signed-off-by: Yuya Takeyama <sign.of.the.wolf.pentagram@gmail.com>

* Fix more indentations

Signed-off-by: Yuya Takeyama <sign.of.the.wolf.pentagram@gmail.com>

* Fix more indentations

Signed-off-by: Yuya Takeyama <sign.of.the.wolf.pentagram@gmail.com>
2019-06-19 08:28:57 -07:00
MattTheCat 90e0e063ab Added configmap to provide datadog.yaml (#14789)
configfile.
Added to daemonset.
Bumped Chart Version.

Signed-off-by: itmxg01 <matthew.gifford@railinc.com>
2019-06-17 15:32:29 -07:00
Xavier Lucas 76ff3a8586 Run agents in dedicated containers in Datadog chart (#13088)
* Run agents in dedicated containers

Signed-off-by: Xavier Lucas <xavier.lucas@datadoghq.com>

* Remove network tracer

Signed-off-by: Xavier Lucas <xavier.lucas@datadoghq.com>

* Lint

Signed-off-by: Xavier Lucas <xavier.lucas@datadoghq.com>

* Review fixes

Signed-off-by: Xavier Lucas <xavier.lucas@datadoghq.com>

* Suggested changes

Signed-off-by: Xavier Lucas <xavier.lucas@datadoghq.com>

* Propagate newest daemonset features

Signed-off-by: Xavier Lucas <xavier.lucas@datadoghq.com>

* Bump chart version

Signed-off-by: Xavier Lucas <xavier.lucas@datadoghq.com>

* Proper default resources

Signed-off-by: Xavier Lucas <xavier.lucas@datadoghq.com>

* Typo fix

Signed-off-by: Xavier Lucas <xavier.lucas@datadoghq.com>

* Suggested change

Signed-off-by: Xavier Lucas <xavier.lucas@datadoghq.com>
2019-06-17 08:38:13 -07:00
Ting Tu 2b2ba748fe Remove condition for mouting directory (#14591)
Signed-off-by: Ting Tu <ting.tu@datadoghq.com>
2019-06-07 06:47:59 -07:00
Ting Tu a3d6668e31 add mount log path (#14182)
Signed-off-by: Ting Tu <ting.tu@datadoghq.com>
2019-05-29 04:24:23 -07:00
Eugene Glotov dd70099876 [stable/datadog] Remove default resources requests and limits (#13138)
Resources should not be limited by default because nobody knows where
the chart will be installed to. Especially worth not to set CPU limits
by default as per https://github.com/kubernetes/kubernetes/issues/67577

Signed-off-by: Eugene Glotov <kivagant@gmail.com>
2019-05-23 10:20:28 -07:00
Kouta Ozaki 5d6904c85e [stable/datadog] fixes indent (#14011)
* [stable/datadog] fixes indent

Signed-off-by: k-kinzal <log@logn.in>

* [stable/datadog] bump version

Signed-off-by: k-kinzal <log@logn.in>
2019-05-23 05:12:26 -07:00
Cedric Lamoriniere 0fe1c774cc Remove priority field from APIService definition (#13685)
Signed-off-by: cedric lamoriniere <cedric.lamoriniere@datadoghq.com>
2019-05-15 09:00:27 -07:00
Cedric Lamoriniere aa8904bb43 Support leader election check on daemonset agent (#13849)
Signed-off-by: cedric lamoriniere <cedric.lamoriniere@datadoghq.com>
2019-05-15 05:44:33 -07:00
Carlos Tadeu Panato Junior 0ccd52d3b1 add apiVersion (#13781)
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
2019-05-14 14:27:06 -07:00
Xavier Lucas 1077eccc25 [stable/datadog] Fix broken links in README (#13699)
* Fix broken links in README

Signed-off-by: Xavier Lucas <xavier.lucas@datadoghq.com>

* Bump chart version

Signed-off-by: Xavier Lucas <xavier.lucas@datadoghq.com>
2019-05-13 04:38:10 -07:00
Haïssam Kaj aa56c279cd Add get /metrics to nonResourceURLs rbac (#12411)
Signed-off-by: Haissam Kaj <haissam@datadoghq.com>
2019-05-03 09:45:17 -07:00
Max Williams d77dc4e693 [stable/datadog] setting default daemonset updateStrategy to RollingUpdate (#13106)
Signed-off-by: Max Williams <max.williams@deliveryhero.com>
2019-05-03 05:32:19 -07:00
Max Williams 5eeebc988e [stable/datadog] add podLabels option (#13104)
* [stable/datadog] add podLabels option

We use pod labels in prometheus and also in alertsmanager so would be great to have this available in this chart.

Signed-off-by: Max Williams <max.williams@deliveryhero.com>

* updates after review

- Changing indentation of condition
- Removing pod labels from deployment
- Changing default in readme to "nil"
- Moving podLabels value inside daemonset map

Signed-off-by: Max Williams <max.williams@deliveryhero.com>

* Fix readme

Signed-off-by: Max Williams <max.williams@deliveryhero.com>
2019-05-03 03:52:25 -07:00
Haïssam Kaj 4c23490d2e [datadog] add two maintainers (#13116)
Signed-off-by: Haissam Kaj <haissam@datadoghq.com>
2019-04-19 05:23:53 -07:00
Xavier Vello 39ba214d2f Remove Xavier Vello as maintainer (#13105)
Signed-off-by: Xavier Vello <xavier.vello@datadoghq.com>
2019-04-17 01:58:02 -07:00
Cedric Lamoriniere 4226ebff42 Improves ClusterRole management in Datadog chart (#12705)
If a user choose to deploy a dedicated agent deployment for running
the cluster checks, the agent RBAC is updated in order to give only
ClusterRole permission to the Agent that need it.

Signed-off-by: cedric lamoriniere <cedric.lamoriniere@datadoghq.com>
2019-04-12 05:50:46 -07:00
Gus 78d2e5c898 [Datadog Values.yaml] Fixing indent (#13008)
* fixing indent

Signed-off-by: Pierre Guceski <p.guceski@gmail.com>

* bumping minor version

Signed-off-by: Pierre Guceski <p.guceski@gmail.com>
2019-04-12 05:10:47 -07:00
Pierre Margueritte d78cdf4b5e [datadog] Bump KSM dependency (#12714)
Signed-off-by: Pierre <mfpierre@gmail.com>
2019-04-01 10:18:35 -07:00
Cedric Lamoriniere 6549e12d22 Add ClusterChecks deployment template (#12582)
* Add ClusterChecks deployment template

Add the possibility to run dedicated agent(s) for handling the
Cluster Checks process. It allows having dedicated `resources`
request/limit for the Cluster Checks.

Signed-off-by: cedric lamoriniere <cedric.lamoriniere@datadoghq.com>

* Some small update

Signed-off-by: cedric lamoriniere <cedric.lamoriniere@datadoghq.com>
2019-03-28 07:12:46 -07:00
Xavier Vello 121a1a8819 Update chart for new cluster-checks feature (#11241)
* Add AD annotation for cluster-agent container

Signed-off-by: Xavier Vello <xavier.vello@datadoghq.com>

* Add clusterChecks support

Signed-off-by: Xavier Vello <xavier.vello@datadoghq.com>

* values format

Signed-off-by: Xavier Vello <xavier.vello@datadoghq.com>

* .enabled and clusterName options, cleanup default values
Update cluster-agent to 1.2.0

Signed-off-by: Xavier Vello <xavier.vello@datadoghq.com>

* update agent to 6.10.1 + update helper description

Signed-off-by: Xavier Vello <xavier.vello@datadoghq.com>

* update chart version

Signed-off-by: Xavier Vello <xavier.vello@datadoghq.com>

* fix confd template

Signed-off-by: Xavier Vello <xavier.vello@datadoghq.com>
2019-03-14 08:32:27 -07:00
Naseem 9437b3b233 [stable/datadog] Add fullnameOverride and nameOverride in README and values file (#11903)
* Refactor naming

Add fullnameOverride and nameOverride in README+values file
Use recommended labels
Refactor naming of objects

Signed-off-by: Naseem Ullah <naseemkullah@gmail.com>

* Modify README and values

Signed-off-by: Naseem Ullah <naseemkullah@gmail.com>
2019-03-13 17:37:10 -07:00
Gus c680f8a334 Refactoring chart + Readme to make them consistent (#11636)
* refactoring chart + Readme to make them consistent

Signed-off-by: Pierre Guceski <p.guceski@gmail.com>

* bumping version + re-ordering configs

Signed-off-by: Pierre Guceski <p.guceski@gmail.com>

* adding new line character at the end of value file

Signed-off-by: Pierre Guceski <p.guceski@gmail.com>

* fixing lint

Signed-off-by: Pierre Guceski <p.guceski@gmail.com>

* review update

Signed-off-by: Pierre Guceski <p.guceski@gmail.com>

* refactor wording for 0.18

Signed-off-by: Pierre Guceski <p.guceski@gmail.com>

* removing wrong ref

Signed-off-by: Pierre Guceski <p.guceski@gmail.com>
2019-02-25 01:35:06 -08:00
Xavier Vello 5a2a613a1a etc/password is automatically added, document it (#11529)
Signed-off-by: Xavier Vello <xavier.vello@datadoghq.com>
2019-02-19 05:56:57 -08:00
Naseem 9981867ce7 Add upgrading section to readme (#11515)
Signed-off-by: Naseem Ullah <naseemkullah@gmail.com>
2019-02-19 04:18:56 -08:00
Tomasz Nowak 512ccd9fea [datadog] Enable dogstatsd over unix domain socket (#11474)
Signed-off-by: Tomasz Nowak <tomanowa@gmail.com>
2019-02-18 02:52:37 -08:00
Simon Guerrier 28130149db update clusterrole rbacs to be able to fetch clusterquotas from openshift correctly (#11272)
Signed-off-by: Simon Guerrier <simon.guerrier@datadoghq.com>
2019-02-08 06:43:44 -08:00