-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Properly tear down gops agent on shutdown #11471
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Commits d2c040f039b4eb7f9b6d847ac2aad2855c5a73ee, 5014c434d6dba6441e52cd41a3acadc20642c1ac do not contain "Signed-off-by". Please follow instructions provided in https://docs.cilium.io/en/stable/contributing/development/contributing_guide/#developer-s-certificate-of-origin |
5014c43
to
fca9154
Compare
Commits d2c040f039b4eb7f9b6d847ac2aad2855c5a73ee, 5014c434d6dba6441e52cd41a3acadc20642c1ac do not contain "Signed-off-by". Please follow instructions provided in https://docs.cilium.io/en/stable/contributing/development/contributing_guide/#developer-s-certificate-of-origin |
test-me-please |
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.
Nice catch! Just a comment about bumping the gops version.
fca9154
to
2c5c4c5
Compare
test-me-please EDIT: hit #11457 in 4.19 tests https://jenkins.cilium.io/job/Cilium-PR-Ginkgo-Tests-Kernel/1354/ |
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.
Note for backporters: ignore the hubble-relay
change (hubble-relay is 1.8+).
retest-4.19 |
retest-runtime |
retest-4.9 |
retest-net-next |
1 similar comment
retest-net-next |
In all executables including the gops agent, make sure the gops agent is properly teared down on exit and all the temporary files in $HOME/.config created by it are cleaned up on shutdown by calling gops/agent.Close() at the appropriate place. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
2c5c4c5
to
669a4c6
Compare
test-me-please EDIT: failed runtime-4.9 tests with what looks like #10838 https://jenkins.cilium.io/job/Cilium-PR-Runtime-4.9/72/ |
retest-4.9 |
retest-runtime |
1 similar comment
retest-runtime |
retest-net-next |
In all executables including the gops agent, make sure the gops agent is
properly teared down on exit and all the temporary files in
$HOME/.config
created by it are cleaned up on shutdown by callinggops/agent.Close()
at the appropriate place.For #11455