OCPBUGS-65469: Add debug-useful ClusterOperator relatedObjects#459
OCPBUGS-65469: Add debug-useful ClusterOperator relatedObjects#459RadekManak wants to merge 1 commit into
Conversation
|
@RadekManak: This pull request references Jira Issue OCPBUGS-65469, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
Instructions 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 openshift-eng/jira-lifecycle-plugin repository. |
WalkthroughThe change expands ChangesRelated object reporting
Estimated code review effort: 2 (Simple) | ~10 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 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 |
Expand status.relatedObjects and the ClusterOperator manifest seed so oc adm inspect / must-gather collect cluster-scoped RBAC, foreign-namespace Roles/RoleBindings, CredentialsRequests, and the SCC hostaccess binding. Keep a static debug-oriented core in sync with the manifest (parity test), and append platform-specific relatedObjects from Infrastructure at runtime.
f418143 to
9a00b1c
Compare
|
/retest |
|
/jira refresh |
|
@RadekManak: This pull request references Jira Issue OCPBUGS-65469, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
Requesting review from QA contact: The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
Instructions 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 openshift-eng/jira-lifecycle-plugin repository. |
|
@openshift-ci-robot: GitHub didn't allow me to request PR reviews from the following users: sunzhaohua2. Note that only openshift members and repo collaborators can review this PR, and authors cannot review their own PRs. DetailsIn response to this:
Instructions 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. |
|
/retest-required |
|
@RadekManak: all tests passed! 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. |
Expand
cloud-controller-managerClusterOperatorrelatedObjectsso must-gather /oc adm inspectpick up RBAC that namespace inspect does not collect.Keeps the existing ClusterOperator + namespace entries and adds debug-useful cluster-scoped / foreign-namespace RBAC (not a full inventory of every managed object).
Added relatedObjects
system:openshift:operator:cloud-controller-manager,cloud-controller-manager,cloud-node-manageropenshift-config,openshift-config-managed, andkube-systemRuntime
Platform-specific relatedObjects (provider ClusterRoles/CRBs, admission policies, etc.) are appended from Infrastructure at reconcile time.
Tests
Parity test keeping the static Go list in sync with the ClusterOperator manifest.