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 ServiceAccount for svclb pods #6253

Merged
merged 1 commit into from
Oct 11, 2022
Merged

Conversation

brandond
Copy link
Member

@brandond brandond commented Oct 10, 2022

Proposed Changes

For compat with 1.24 and earlier, the svclb pods need a ServiceAccount so that we can allow their sysctls in PSPs.

Note that the pod doesn't mount the SA, we just need it so that we can allow the pod to use the PSP via RBAC.

Types of Changes

enhancement

Verification

No change here; will verify on RKE2 side where PSPs are enabled

Testing

Linked Issues

User-Facing Change

NONE

Further Comments

For 1.24 and earlier, the svclb pods need a ServiceAccount so that we can allow their sysctls in PSPs

Signed-off-by: Brad Davidson <[email protected]>
@brandond brandond requested a review from a team as a code owner October 10, 2022 18:24
@codecov-commenter
Copy link

Codecov Report

Base: 9.76% // Head: 9.75% // Decreases project coverage by -0.01% ⚠️

Coverage data is based on head (9a930ac) compared to base (06d81cb).
Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff            @@
##           master   #6253      +/-   ##
=========================================
- Coverage    9.76%   9.75%   -0.02%     
=========================================
  Files         139     139              
  Lines       10130   10142      +12     
=========================================
  Hits          989     989              
- Misses       8937    8949      +12     
  Partials      204     204              
Flag Coverage Δ
unittests 9.75% <0.00%> (-0.02%) ⬇️

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

Impacted Files Coverage Δ
pkg/cloudprovider/servicelb.go 0.00% <0.00%> (ø)

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.

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.

4 participants