Skip to content

Commit 0d5ef7b

Browse files
authored
[Kubernetes] Remove redundant dockersock volume mount (#22009)
1 parent e7fd212 commit 0d5ef7b

3 files changed

Lines changed: 1 addition & 10 deletions

File tree

CHANGELOG.next.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
377377
- Report the correct windows events for system/filesystem {pull}21758[21758]
378378
- Fix azure storage event format. {pull}21845[21845]
379379
- Fix panic in kubernetes autodiscover related to keystores {issue}21843[21843] {pull}21880[21880]
380+
- [Kubernetes] Remove redundant dockersock volume mount {pull}22009[22009]
380381

381382
*Packetbeat*
382383

deploy/kubernetes/metricbeat-kubernetes.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,6 @@ spec:
189189
- name: modules
190190
mountPath: /usr/share/metricbeat/modules.d
191191
readOnly: true
192-
- name: dockersock
193-
mountPath: /var/run/docker.sock
194192
- name: proc
195193
mountPath: /hostfs/proc
196194
readOnly: true
@@ -204,9 +202,6 @@ spec:
204202
- name: cgroup
205203
hostPath:
206204
path: /sys/fs/cgroup
207-
- name: dockersock
208-
hostPath:
209-
path: /var/run/docker.sock
210205
- name: config
211206
configMap:
212207
defaultMode: 0640

deploy/kubernetes/metricbeat/metricbeat-daemonset.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ spec:
6464
- name: modules
6565
mountPath: /usr/share/metricbeat/modules.d
6666
readOnly: true
67-
- name: dockersock
68-
mountPath: /var/run/docker.sock
6967
- name: proc
7068
mountPath: /hostfs/proc
7169
readOnly: true
@@ -79,9 +77,6 @@ spec:
7977
- name: cgroup
8078
hostPath:
8179
path: /sys/fs/cgroup
82-
- name: dockersock
83-
hostPath:
84-
path: /var/run/docker.sock
8580
- name: config
8681
configMap:
8782
defaultMode: 0640

0 commit comments

Comments
 (0)