[stable/instana-agent] Add mount "/run" for the Instana Agent (#14089)

To work with ContainerD, the Instana Agent needs an additional mount at
`/run`. Renamed the `/var/run` mount and `/var/log` as well for
consistency.

Signed-off-by: Miel Donkers <miel.donkers@instana.com>
This commit is contained in:
Miel Donkers
2019-05-23 04:56:25 -07:00
committed by Kubernetes Prow Robot
parent aa423569a3
commit 972acee587
2 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: instana-agent
version: 1.0.7
version: 1.0.8
appVersion: 1.0
description: Instana Agent for Kubernetes
home: https://www.instana.com/
@@ -92,10 +92,12 @@ spec:
- name: dev
mountPath: /dev
- name: run
mountPath: /run
- name: var-run
mountPath: /var/run
- name: sys
mountPath: /sys
- name: log
- name: var-log
mountPath: /var/log
- name: machine-id
mountPath: /etc/machine-id
@@ -146,12 +148,15 @@ spec:
hostPath:
path: /dev
- name: run
hostPath:
path: /run
- name: var-run
hostPath:
path: /var/run
- name: sys
hostPath:
path: /sys
- name: log
- name: var-log
hostPath:
path: /var/log
- name: machine-id