k8snetworkplumbingwg / sriov-network-operator

Operator for provisioning and configuring SR-IOV CNI plugin and device plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move the resource injector to FailPolicy: fail

SchSeba opened this issue · comments

we can use a new feature in kuberntes 1.28 https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#matching-requests-matchconditions

this will allow us to only activate the webhook for objects that require secondary networks

It looks good to me 👍