Skip to content

Commit

Permalink
dsonly: Allow config-daemon to send k8s events
Browse files Browse the repository at this point in the history
Downstream changes for bundles related to
k8snetworkplumbingwg/sriov-network-operator@4d153f8

run `make -f Makefile.bundle bundle` to align manifests.

Signed-off-by: Andrea Panattoni <[email protected]>
  • Loading branch information
zeeke committed Nov 24, 2023
1 parent db56757 commit 7c2f779
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ metadata:
categories: Networking
certified: "false"
containerImage: quay.io/openshift/origin-sriov-network-operator:4.15
createdAt: "2023-11-23T09:50:54Z"
createdAt: "2023-11-24T18:31:22Z"
description: An operator for configuring SR-IOV components and initializing SRIOV
network devices in Openshift cluster.
olm.skipRange: '>=4.3.0-0 <4.15.0'
Expand Down Expand Up @@ -420,6 +420,13 @@ spec:
verbs:
- get
- update
- apiGroups:
- ""
resources:
- events
verbs:
- create
- patch
- apiGroups:
- coordination.k8s.io
resources:
Expand Down
7 changes: 7 additions & 0 deletions config/rbac/sriov-network-config-daemon_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ rules:
verbs:
- get
- update
- apiGroups:
- ""
resources:
- events
verbs:
- create
- patch
- apiGroups:
- 'coordination.k8s.io'
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ metadata:
categories: Networking
certified: "false"
containerImage: quay.io/openshift/origin-sriov-network-operator:4.15
createdAt: "2023-11-23T09:50:54Z"
createdAt: "2023-11-24T18:31:22Z"
description: An operator for configuring SR-IOV components and initializing SRIOV
network devices in Openshift cluster.
olm.skipRange: '>=4.3.0-0 <4.15.0'
Expand Down Expand Up @@ -420,6 +420,13 @@ spec:
verbs:
- get
- update
- apiGroups:
- ""
resources:
- events
verbs:
- create
- patch
- apiGroups:
- coordination.k8s.io
resources:
Expand Down

0 comments on commit 7c2f779

Please sign in to comment.