Adrian Chiris
Adrian Chiris
## What would you like to be added? Add action to check for security vulnerabilities in our containers. This can be a check that runs periodically or on every PR....
## What would you like to be added? A template depicting the release process of the project. it should be used when creating an issue for creating a new release...
## What would you like to be added? Support periodically checking for device health and notifying kubelet on changes to devices via `ListAndWatch` rpc call ## What is the use...
**As Support for new features are added to sriov-network-device-plugin, these features can:** 1. add and/or modify functionality of device plugin 2. introduce new user-facing APIs (and possibly deprecate an old...
## What issue would you like to bring attention to? PR#272 added support for VFIO with no_iommu option, I noticed there is no documentation about the support scope of sriov-network-device-plugin...
define a single daemonset which utilizes container manifest.
interface name should not be limited to DNS-1123 label format. instead validate interface name if provided in pod network annotation in a similar manner as iproute2[1]. this will allow to...
This is a POC level code for changing lease/leaderElection usage by whereabouts from a global lease to a per pool lease. **What this PR does / why we need it**:...
**Is your feature request related to a problem? Please describe.** When scheduling multiple pods with multiple secondary networks it may take a while time until whereabouts allocates IPs for all...
Quoting the Spec for network CRD: > 4.1.2.1.4 "mac" This optional key with value type string requires the plugin handling this network attachment to assign the given MAC address to...