fix: add missing device-plugin ServiceAccount for OLM deployments (NETOP-174) (#328)#94
Merged
sajmera-pensando merged 1 commit intoJun 11, 2026
Conversation
…TOP-174) (#328) The device-plugin DaemonSet failed on OpenShift OLM deployments because the amd-network-operator-device-plugin ServiceAccount was never created. SCC rules for device-plugin, cni-plugins, and kmm-module-loader were in the CSV permissions section (namespace-scoped RoleBindings) instead of clusterPermissions (ClusterRoleBindings), which is required for SCC access. - Move device-plugin, cni-plugins, kmm-module-loader SCC rules to clusterPermissions in the CSV - Remove unused kmm-device-plugin SA (GPU operator leftover) - Fix RoleBinding → ClusterRoleBinding in kustomize and Helm RBAC - Add missing cni-plugins SA and RBAC to OpenShift Helm chart Co-authored-by: Yuva Shankar <11082310+yuva29@users.noreply.github.com> Co-authored-by: Claude Opus 4 (1M context) <noreply@anthropic.com> # Conflicts: # bundle/manifests/amd-network-operator.clusterserviceversion.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cherry-pick of https://github.com/pensando/network-operator/pull/328
The device-plugin DaemonSet failed on OpenShift OLM deployments because the amd-network-operator-device-plugin ServiceAccount was never created. SCC rules for device-plugin, cni-plugins, and kmm-module-loader were in the CSV permissions section (namespace-scoped RoleBindings) instead of clusterPermissions (ClusterRoleBindings), which is required for SCC access.
Note: The
bundle/manifests/amd-network-operator.clusterserviceversion.yamlchange was dropped since thebundle/directory does not exist on ROCm main.