Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dsonly: Allow config-daemon to send k8s events #861

Merged
merged 1 commit into from
Nov 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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