SR-IOV Network Device Plugin
- Canonical Kubernetes
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 39 | 04 Sep 2024 | |
latest/candidate | 37 | 15 Apr 2024 | |
latest/beta | 39 | 14 Aug 2024 | |
latest/edge | 38 | 03 Aug 2024 | |
1.31/stable | 39 | 04 Sep 2024 | |
1.31/beta | 39 | 13 Aug 2024 | |
1.31/edge | 38 | 03 Aug 2024 | |
1.30/stable | 35 | 11 Jul 2024 | |
1.30/beta | 35 | 19 Apr 2024 | |
1.30/edge | 35 | 13 Mar 2024 | |
1.29/stable | 37 | 17 Apr 2024 | |
1.29/candidate | 37 | 15 Apr 2024 | |
1.29/beta | 35 | 17 Apr 2024 | |
1.29/edge | 35 | 21 Aug 2023 | |
1.28/stable | 34 | 22 Aug 2023 | |
1.28/candidate | 32 | 07 Jun 2023 | |
1.28/beta | 34 | 07 Aug 2023 | |
1.28/edge | 35 | 09 Aug 2023 | |
1.27/stable | 32 | 12 Jun 2023 | |
1.27/candidate | 32 | 12 Jun 2023 | |
1.27/beta | 30 | 09 Apr 2023 | |
1.27/edge | 26 | 12 Jan 2023 | |
1.26/stable | 28 | 27 Feb 2023 | |
1.26/candidate | 28 | 25 Feb 2023 | |
1.26/beta | 22 | 09 Apr 2023 | |
1.26/edge | 22 | 26 Oct 2022 | |
1.25/stable | 21 | 30 Sep 2022 | |
1.25/candidate | 21 | 28 Sep 2022 | |
1.25/beta | 23 | 01 Dec 2022 | |
1.25/edge | 12 | 16 Aug 2022 | |
1.24/stable | 11 | 04 Aug 2022 | |
1.24/candidate | 11 | 02 Aug 2022 | |
1.24/beta | 7 | 07 Jul 2022 | |
1.24/edge | 8 | 22 Jul 2022 | |
1.23/edge | 3 | 07 Jul 2022 |
juju deploy sriov-network-device-plugin
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
-
image-registry | string
Default: rocks.canonical.com:443/cdk
Container image registry for sriov-network-device-plugin
-
log-level | int
Default: 10
Log level for the sriov-network-device-plugin service.
-
resource-list | string
Default: []
A YAML list of resource definitions for the SR-IOV Network Device Plugin, which will be passed into the resourceList field of the device plugin's ConfigMap.
Example value:
[ { "resourceName": "intel_sriov_netdevice", "selectors": { "vendors": ["8086"], "devices": ["154c", "10ed"], "drivers": ["i40evf", "ixgbevf"] } } ]
For more details, please refer to the SR-IOV Network Device Plugin documentation for the resourceList config: https://github.com/intel/sriov-network-device-plugin/tree/db98d96cc0d6ad3fff917ba238bd1cc5cc3f7e82#config-parameters
-
resource-prefix | string
Default: intel.com
Resource name prefix used for K8s extended resource. This is passed to the sriov-network-device-plugin service via the --resource-prefix command line argument.