Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ spec:
effect: NoSchedule
serviceAccountName: elastic-agent
hostNetwork: true
# The following setting is needed for Universal Profiling to allow to set procMount to "Unmasked".
# If you are using the Universal Profiling integration, please uncomment the following line before applying.
# hostUsers: false
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: elastic-agent
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ spec:
effect: NoSchedule
serviceAccountName: elastic-agent-standalone
hostNetwork: true
# The following setting is needed for Universal Profiling to allow to set procMount to "Unmasked".
# If you are using the Universal Profiling integration, please uncomment the following line before applying.
# hostUsers: false
dnsPolicy: ClusterFirstWithHostNet
# Uncomment if using hints feature
#initContainers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ spec:
effect: NoSchedule
serviceAccountName: elastic-agent
hostNetwork: true
# The following setting is needed for Universal Profiling to allow to set procMount to "Unmasked".
# If you are using the Universal Profiling integration, please uncomment the following line before applying.
# hostUsers: false
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: elastic-agent
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ spec:
effect: NoSchedule
serviceAccountName: elastic-agent
hostNetwork: false
# The following setting is needed for Universal Profiling to allow to set procMount to "Unmasked".
# If you are using the Universal Profiling integration, please uncomment the following line before applying.
# hostUsers: false
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: elastic-agent
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ spec:
effect: NoSchedule
serviceAccountName: elastic-agent-standalone
hostNetwork: true
# The following setting is needed for Universal Profiling to allow to set procMount to "Unmasked".
# If you are using the Universal Profiling integration, please uncomment the following line before applying.
# hostUsers: false
dnsPolicy: ClusterFirstWithHostNet
# Uncomment if using hints feature
#initContainers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ spec:
effect: NoSchedule
serviceAccountName: elastic-agent-standalone
hostNetwork: false
# The following setting is needed for Universal Profiling to allow to set procMount to "Unmasked".
# If you are using the Universal Profiling integration, please uncomment the following line before applying.
# hostUsers: false
dnsPolicy: ClusterFirstWithHostNet
# Uncomment if using hints feature
#initContainers:
Expand Down
3 changes: 3 additions & 0 deletions deploy/kubernetes/elastic-agent-managed-kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ spec:
effect: NoSchedule
serviceAccountName: elastic-agent
hostNetwork: true
# The following setting is needed for Universal Profiling to allow to set procMount to "Unmasked".
# If you are using the Universal Profiling integration, please uncomment the following line before applying.
# hostUsers: false
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: elastic-agent
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ spec:
effect: NoSchedule
serviceAccountName: elastic-agent
hostNetwork: true
# The following setting is needed for Universal Profiling to allow to set procMount to "Unmasked".
# If you are using the Universal Profiling integration, please uncomment the following line before applying.
# hostUsers: false
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: elastic-agent
Expand Down
3 changes: 3 additions & 0 deletions deploy/kubernetes/elastic-agent-standalone-kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,9 @@ spec:
effect: NoSchedule
serviceAccountName: elastic-agent-standalone
hostNetwork: true
# The following setting is needed for Universal Profiling to allow to set procMount to "Unmasked".
# If you are using the Universal Profiling integration, please uncomment the following line before applying.
# hostUsers: false
dnsPolicy: ClusterFirstWithHostNet
# Uncomment if using hints feature
#initContainers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ spec:
effect: NoSchedule
serviceAccountName: elastic-agent-standalone
hostNetwork: true
# The following setting is needed for Universal Profiling to allow to set procMount to "Unmasked".
# If you are using the Universal Profiling integration, please uncomment the following line before applying.
# hostUsers: false
dnsPolicy: ClusterFirstWithHostNet
# Uncomment if using hints feature
#initContainers:
Expand Down
Loading