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

Stop default creation of SriovOperatorConfig and Policy

adrianchiris opened this issue · comments

Summarizing what was discussed in recent community meetings:

  • Stop the creation of SriovOperatorConfig by default
  • Stop the creation of SriovPolicy by default
  • Support only one SriovOperatorConfig named "default"
  • Move ownerRef of all components the operator creates to the "default" OperatorConfig CR instead of "default" SriovPolicy CR
  • Block creation of non "default" SriovOperatorConfig CR in webhook

Note on the last bullet : we already do so today

@adrianchiris can we close this? I see no other todo item left

Yes we can.

closing as dependent PRs merged. Thx for the reviews !