Skip to content

Commit

Permalink
Merge pull request openshift#861 from zeeke/ds-events
Browse files Browse the repository at this point in the history
dsonly: Allow config-daemon to send k8s events
  • Loading branch information
openshift-merge-bot[bot] authored Nov 27, 2023
2 parents db56757 + 7c2f779 commit bd14743
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 bd14743

Please sign in to comment.