Skip to content

Commit bc8cb00

Browse files
Update kubernetes templates for elastic-agent (#190940)
Automated by https://buildkite.com/elastic/elastic-agent/builds/11174
1 parent 7dbc01e commit bc8cb00

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

x-pack/plugins/fleet/server/services/elastic_agent_manifest.ts

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,6 @@ spec:
125125
mountPath: /sys/kernel/debug
126126
- name: elastic-agent-state
127127
mountPath: /usr/share/elastic-agent/state
128-
# If you are using the Universal Profiling integration, please uncomment these lines before applying.
129-
#- name: universal-profiling-cache
130-
# mountPath: /var/cache/Elastic
131128
volumes:
132129
- name: datastreams
133130
configMap:
@@ -166,12 +163,6 @@ spec:
166163
hostPath:
167164
path: /var/lib/elastic-agent/kube-system/state
168165
type: DirectoryOrCreate
169-
# Mount required for Universal Profiling.
170-
# If you are using the Universal Profiling integration, please uncomment these lines before applying.
171-
#- name: universal-profiling-cache
172-
# hostPath:
173-
# path: /var/cache/Elastic
174-
# type: DirectoryOrCreate
175166
---
176167
apiVersion: rbac.authorization.k8s.io/v1
177168
kind: ClusterRoleBinding
@@ -440,9 +431,6 @@ spec:
440431
mountPath: /sys/kernel/debug
441432
- name: elastic-agent-state
442433
mountPath: /usr/share/elastic-agent/state
443-
# If you are using the Universal Profiling integration, please uncomment these lines before applying.
444-
#- name: universal-profiling-cache
445-
# mountPath: /var/cache/Elastic
446434
volumes:
447435
- name: proc
448436
hostPath:
@@ -483,12 +471,6 @@ spec:
483471
hostPath:
484472
path: /var/lib/elastic-agent-managed/kube-system/state
485473
type: DirectoryOrCreate
486-
# Mount required for Universal Profiling.
487-
# If you are using the Universal Profiling integration, please uncomment these lines before applying.
488-
#- name: universal-profiling-cache
489-
# hostPath:
490-
# path: /var/cache/Elastic
491-
# type: DirectoryOrCreate
492474
---
493475
apiVersion: rbac.authorization.k8s.io/v1
494476
kind: ClusterRoleBinding

0 commit comments

Comments
 (0)