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

[release-1.24] Don't handle kube-proxy in static pod cleanup #3836

Merged

Conversation

brandond
Copy link
Contributor

Proposed Changes

Don't handle kube-proxy in static pod cleanup

This isn't technically a control-plane component, and shouldn't be
handled by the control-plane static pod cleanup. Instead, handle it
within the static pod executor's agent setup path.

Types of Changes

bugfix

Verification

See linked issue

Linked Issues

Further Comments

This isn't technically a control-plane component, and shouldn't be
handled by the control-plane  static pod cleanup. Instead, handle it
within the static pod executor's agent setup path.

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
(cherry picked from commit aec5998)
@brandond brandond requested a review from a team as a code owner January 24, 2023 19:23
@codecov-commenter
Copy link

Codecov Report

Base: 18.59% // Head: 18.53% // Decreases project coverage by -0.07% ⚠️

Coverage data is based on head (2095df8) compared to base (1ccdce2).
Patch coverage: 7.14% of modified lines in pull request are covered.

Additional details and impacted files
@@               Coverage Diff                @@
##           release-1.24    #3836      +/-   ##
================================================
- Coverage         18.59%   18.53%   -0.07%     
================================================
  Files                26       26              
  Lines              2318     2331      +13     
================================================
+ Hits                431      432       +1     
- Misses             1849     1861      +12     
  Partials             38       38              
Flag Coverage Δ
unittests 18.53% <7.14%> (-0.07%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pkg/podexecutor/staticpod.go 0.00% <0.00%> (ø)
pkg/rke2/rke2.go 1.25% <ø> (+<0.01%) ⬆️
pkg/rke2/rke2_linux.go 84.13% <100.00%> (+0.04%) ⬆️

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

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@brandond brandond merged commit dd884aa into rancher:release-1.24 Jan 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants