Skip to content
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

Add nsenter to Linux Periscope image #221

Merged
merged 1 commit into from
Mar 13, 2023

Conversation

peterbom
Copy link
Contributor

This fixes a bug introduced with the recent change to use distroless images, which don't contain the nsenter binary. This utility is still required to run processes on the host VM, and is used by the iptables, kubelet-command and system-logs collectors, and so those collectors are currently failing.

Note: Windows images are unaffected, since they never relied on nsenter and those collectors are disabled on Windows.

@peterbom peterbom requested a review from Tatsinnit March 13, 2023 01:41
@codecov-commenter
Copy link

Codecov Report

Merging #221 (7ab82c5) into master (3bcef8e) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #221   +/-   ##
=======================================
  Coverage   80.50%   80.50%           
=======================================
  Files          14       14           
  Lines         785      785           
=======================================
  Hits          632      632           
  Misses         94       94           
  Partials       59       59           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@Tatsinnit Tatsinnit added the enhancement 🏎 New feature or request label Mar 13, 2023
Copy link
Member

@Tatsinnit Tatsinnit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

☕️💡🥷

@peterbom peterbom merged commit 4c21f55 into Azure:master Mar 13, 2023
@peterbom peterbom deleted the feature/add-nsenter branch March 13, 2023 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 🏎 New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants