SREP-4721- add ServiceAccount to PKO deployment manifests#604
SREP-4721- add ServiceAccount to PKO deployment manifests#604tnierman wants to merge 1 commit intoopenshift:masterfrom
Conversation
OLM implicitly created the ServiceAccount; PKO requires it to be declared explicitly. Without it the Deployment fails on new clusters. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (2)
WalkthroughTwo new Kubernetes ServiceAccount manifest files are introduced for the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 12✅ Passed checks (12 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: tnierman The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@tnierman: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #604 +/- ##
=======================================
Coverage 53.59% 53.59%
=======================================
Files 123 123
Lines 6165 6165
=======================================
Hits 3304 3304
Misses 2668 2668
Partials 193 193 🚀 New features to boost your workflow:
|
| name: managed-upgrade-operator | ||
| namespace: openshift-managed-upgrade-operator | ||
| annotations: | ||
| package-operator.run/phase: namespace |
There was a problem hiding this comment.
please move the phase to RBAC
| name: managed-upgrade-operator | ||
| namespace: openshift-managed-upgrade-operator | ||
| annotations: | ||
| package-operator.run/phase: namespace |
There was a problem hiding this comment.
same, please move the phase to RBAC
OLM implicitly created the ServiceAccount; PKO requires it to be declared explicitly. Without it the Deployment fails on new clusters.
What type of PR is this?
bug
What this PR does / why we need it?
When MUO is deployed to new clusters, PKO needs to create its
managed-upgrade-operatorserviceaccount. This adds the required object in order to achieve thatWhich Jira/Github issue(s) this PR fixes?
Fixes # https://redhat.atlassian.net/browse/SREP-4721
Special notes for your reviewer:
Pre-checks (if applicable):
Summary by CodeRabbit