Mount system-probe socket in agent container (#22161)

Signed-off-by: cedric lamoriniere <cedric.lamoriniere@datadoghq.com>
This commit is contained in:
Cedric Lamoriniere
2020-04-28 11:06:07 -07:00
committed by GitHub
parent 999bd186ce
commit 9bf40b84bb
3 changed files with 28 additions and 15 deletions
+8
View File
@@ -1,5 +1,13 @@
# Datadog changelog
## 2.2.8
* Mount `system-probe` socket in `agent` container when system-probe is enabled
## 2.2.7
* Add "Cluster-Agent" `Event` `create` RBAC permission
## 2.2.6
* Ensure the `trace-agent` computes the same hostname as the core `agent`.
+15 -15
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: datadog
version: 2.2.7
version: 2.2.8
appVersion: "7"
description: Datadog Agent
keywords:
@@ -13,19 +13,19 @@ sources:
- https://app.datadoghq.com/account/settings#agent/kubernetes
- https://github.com/DataDog/datadog-agent
maintainers:
- name: hkaj
email: haissam@datadoghq.com
- name: irabinovitch
email: ilan@datadoghq.com
- name: charlyf
email: charly@datadoghq.com
- name: mfpierre
email: pierre.margueritte@datadoghq.com
- name: clamoriniere
email: cedric.lamoriniere@datadoghq.com
- name: xlucas
email: xavier.lucas@datadoghq.com
- name: L3n41c
email: lenaic.huard@datadoghq.com
- name: ahmed-mez
email: ahmed.mezghani@datadoghq.com
- name: celenechang
email: celene@datadoghq.com
- name: charlyf
email: charly@datadoghq.com
- name: clamoriniere
email: cedric.lamoriniere@datadoghq.com
- name: irabinovitch
email: ilan@datadoghq.com
- name: L3n41c
email: lenaic.huard@datadoghq.com
- name: vboulineau
email: vincent.boulineau@datadoghq.com
- name: xornivore
email: ivan.ilichev@datadoghq.com
@@ -104,6 +104,11 @@
- name: dsdsocket
mountPath: "/var/run/datadog"
{{- end }}
{{- if .Values.datadog.systemProbe.enabled }}
- name: sysprobe-socket-dir
mountPath: /opt/datadog-agent/run
readOnly: true
{{- end }}
- name: procdir
mountPath: /host/proc
readOnly: true