Skip to content

🐛 add cluster-admin permissions to o-c SA temporarily - #1073

Merged
joelanford merged 1 commit into
operator-framework:mainfrom
everettraven:fixup/permissions-sa
Jul 19, 2024
Merged

🐛 add cluster-admin permissions to o-c SA temporarily#1073
joelanford merged 1 commit into
operator-framework:mainfrom
everettraven:fixup/permissions-sa

Conversation

@everettraven

@everettraveneverettraven commented Jul 19, 2024

Copy link
Copy Markdown
Contributor

Description

As part of #1038 we removed the cluster-admin permissions from the operator-controller ServiceAccount, but these permissions are still needed for establishing watches as the dynamic SA-based caching layer introduced in #1001 has not yet been configured (tracked by #975).

For more information, see https://kubernetes.slack.com/archives/C0181L6JYQ2/p1721353943101559

Reviewer Checklist

  • API Go Documentation
  • Tests: Unit Tests (and E2E Tests, if appropriate)
  • Comprehensive Commit Messages
  • Links to related GitHub Issue(s)

Signed-off-by: everettraven <everettraven@gmail.com>
@everettraven
everettraven requested a review from a team as a code ownerJuly 19, 2024 13:40
@netlify

netlifyBot commented Jul 19, 2024

Copy link
Copy Markdown

Deploy Preview for olmv1 ready!

NameLink
🔨 Latest commit1dde46a
🔍 Latest deploy loghttps://app.netlify.com/sites/olmv1/deploys/669a6ce7dc7c360008e33535
😎 Deploy Previewhttps://deploy-preview-1073--olmv1.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@codecov

codecovBot commented Jul 19, 2024

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.75%. Comparing base (95b9f0d) to head (1dde46a).

Additional details and impacted files
@@ Coverage Diff @@## main #1073 +/- ##
==========================================
+ Coverage 72.59% 72.75% +0.15% 
==========================================
Files 31 31 Lines 1883 1883 ==========================================
+ Hits 1367 1370 +3 + Misses 377 375 -2 + Partials 139 138 -1 
FlagCoverage Δ
e2e56.35% <ø> (+0.16%)⬆️
unit44.55% <ø> (ø)

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@joelanford
joelanford added this pull request to the merge queue Jul 19, 2024
Merged via the queue into operator-framework:main with commit 245436cJul 19, 2024
perdasilva pushed a commit to LalatenduMohanty/operator-controller that referenced this pull request Aug 13, 2024
perdasilva pushed a commit to kevinrizza/operator-controller that referenced this pull request Aug 13, 2024
@skattojuskattoju mentioned this pull request Sep 25, 2024
4 tasks
Sign up for freeto 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.

2 participants

@everettraven@joelanford