Containers Sriov Network Device Plugin

  • By Canonical Kubernetes
Channel Revision Published Runs on
latest/stable 7 16 Dec 2021
Ubuntu 20.04
latest/candidate 6 18 Mar 2021
Ubuntu 20.04
latest/beta 7 18 Mar 2021
Ubuntu 20.04
latest/edge 3 18 Mar 2021
Ubuntu 20.04
juju deploy containers-sriov-network-device-plugin
Show information

Platform:

  • 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.