-
Notifications
You must be signed in to change notification settings - Fork 41
Conversation
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
💚 Flaky test reportTests succeeded. 🤖 GitHub commentsTo re-run your PR in the CI, just comment with:
|
This is fine as a short term fix, but since the root cause is that heartbeat/uid1000 doesn't have perms to read /etc/heartbeat, the better fix would be changing perms there. |
I've opened elastic/beats#28572 to improve this situation in heartbeat, but we should still try to fix the perms on those files. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok as a temp fix to unblock Beats prs. other follow ups are logged.
I am confirming from Beats side, and merging. |
(cherry picked from commit a0de339)
FYI, I have a permanent fix here:elastic/beats#28577 , we really only need this fix in the agent image. Once this is merged you can consider reverting this PR |
(cherry picked from commit a0de339) Co-authored-by: Manuel de la Peña <[email protected]>
What does this PR do?
In the k8s-autodiscover test suite, it sets an env var in heartbeat deployment to not hearbeat process as 1000, returning back to use root.
Why is it important?
I think it's better explained here: elastic/beats#28570
Checklist
make unit-test
), and they are passing locallymake notice
in the proper directory)Author's Checklist
How to test this PR locally
Related issues