Skip to content

Commit 7c9968e

Browse files
add known issues section to profiling docs (#4770)
* add known issues section to profiling docs * update knwon issue for collector helm chart Signed-off-by: inge4pres <[email protected]> * improve readability --------- Signed-off-by: inge4pres <[email protected]> Co-authored-by: inge4pres <[email protected]> Co-authored-by: Francesco Gualazzi <[email protected]>
1 parent 58b234f commit 7c9968e

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

docs/en/observability/index.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ include::profiling-troubleshooting.asciidoc[leveloffset=+3]
162162
include::profiling-self-managed.asciidoc[leveloffset=+3]
163163
include::profiling-self-managed-ops.asciidoc[leveloffset=+4]
164164
include::profiling-self-managed-troubleshooting.asciidoc[leveloffset=+4]
165+
include::profiling-known-issues.asciidoc[leveloffset=+3]
165166

166167
// Tutorials
167168
include::monitor-k8s/monitor-k8s.asciidoc[leveloffset=+2]
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[[profiling-known-issues]]
2+
= Known issues
3+
4+
Universal Profiling has the following known issues:
5+
6+
[discrete]
7+
== Helm chart `profiling-collector` faulty binary location
8+
9+
_Affected: 8.16.0, 8.16.1, 8.16.2, 8.17.0_
10+
_Fixed in: 8.16.3+, 8.17.1+_
11+
12+
The installation of Universal Profiling collector using the Helm chart `profiling-collector` produces a Deployment with
13+
the wrong binary path set in `spec.template.spec.containers['pf-elastic-collector'].command`.
14+
15+
The correct path should be `/home/nonroot/pf-elastic-collector` while the `command` field references the deprecated path
16+
`/root/pf-elastic-collector`. This issue prevents the collector from starting and as a result, the Deployment has Pods
17+
in `CrashLoopBackoff` status.
18+
19+
To fix this issue, a manual edit of the Deployment manifest should be performed, removing entirely the `command` field
20+
from the `spec` section.
21+
22+
This can be performed by either manipulating the Deployment template emitted by Helm or by using the `kubectl edit` command.

0 commit comments

Comments
 (0)