diff --git a/bundle/manifests/sriov-network-operator.clusterserviceversion.yaml b/bundle/manifests/sriov-network-operator.clusterserviceversion.yaml index 43c389d58..de925ae41 100644 --- a/bundle/manifests/sriov-network-operator.clusterserviceversion.yaml +++ b/bundle/manifests/sriov-network-operator.clusterserviceversion.yaml @@ -100,7 +100,7 @@ metadata: categories: Networking certified: "false" containerImage: quay.io/openshift/origin-sriov-network-operator:4.16 - createdAt: "2024-02-19T16:42:52Z" + createdAt: "2024-02-22T09:53:03Z" description: An operator for configuring SR-IOV components and initializing SRIOV network devices in Openshift cluster. olm.skipRange: '>=4.3.0-0 <4.16.0' diff --git a/bundle/manifests/sriovnetwork.openshift.io_sriovoperatorconfigs.yaml b/bundle/manifests/sriovnetwork.openshift.io_sriovoperatorconfigs.yaml index ad7a136a8..b4a4b5e1e 100644 --- a/bundle/manifests/sriovnetwork.openshift.io_sriovoperatorconfigs.yaml +++ b/bundle/manifests/sriovnetwork.openshift.io_sriovoperatorconfigs.yaml @@ -51,6 +51,15 @@ spec: disableDrain: description: Flag to disable nodes drain during debugging type: boolean + disablePlugins: + description: DisablePlugins is a list of sriov-network-config-daemon + plugins to disable + items: + description: PluginNameValue defines the plugin name + enum: + - mellanox + type: string + type: array enableInjector: description: Flag to control whether the network resource injector webhook shall be deployed @@ -64,6 +73,11 @@ spec: provision switchdev-configuration.service and enable OpenvSwitch hw-offload on nodes. type: boolean + featureGates: + additionalProperties: + type: boolean + description: FeatureGates to enable experimental features + type: object logLevel: description: Flag to control the log verbose level of the operator. Set to '0' to show only the basic logs. And set to '2' to show all diff --git a/manifests/stable/sriov-network-operator.clusterserviceversion.yaml b/manifests/stable/sriov-network-operator.clusterserviceversion.yaml index 43c389d58..de925ae41 100644 --- a/manifests/stable/sriov-network-operator.clusterserviceversion.yaml +++ b/manifests/stable/sriov-network-operator.clusterserviceversion.yaml @@ -100,7 +100,7 @@ metadata: categories: Networking certified: "false" containerImage: quay.io/openshift/origin-sriov-network-operator:4.16 - createdAt: "2024-02-19T16:42:52Z" + createdAt: "2024-02-22T09:53:03Z" description: An operator for configuring SR-IOV components and initializing SRIOV network devices in Openshift cluster. olm.skipRange: '>=4.3.0-0 <4.16.0' diff --git a/manifests/stable/sriovnetwork.openshift.io_sriovoperatorconfigs.yaml b/manifests/stable/sriovnetwork.openshift.io_sriovoperatorconfigs.yaml index ad7a136a8..b4a4b5e1e 100644 --- a/manifests/stable/sriovnetwork.openshift.io_sriovoperatorconfigs.yaml +++ b/manifests/stable/sriovnetwork.openshift.io_sriovoperatorconfigs.yaml @@ -51,6 +51,15 @@ spec: disableDrain: description: Flag to disable nodes drain during debugging type: boolean + disablePlugins: + description: DisablePlugins is a list of sriov-network-config-daemon + plugins to disable + items: + description: PluginNameValue defines the plugin name + enum: + - mellanox + type: string + type: array enableInjector: description: Flag to control whether the network resource injector webhook shall be deployed @@ -64,6 +73,11 @@ spec: provision switchdev-configuration.service and enable OpenvSwitch hw-offload on nodes. type: boolean + featureGates: + additionalProperties: + type: boolean + description: FeatureGates to enable experimental features + type: object logLevel: description: Flag to control the log verbose level of the operator. Set to '0' to show only the basic logs. And set to '2' to show all