Skip to content

Commit

Permalink
Deploy default SriovNetworkNodePolicy by helm chart
Browse files Browse the repository at this point in the history
The owner of SR-IOV Device Plugin daemonset is default policy
so it will be deleted both with a defaut during helm uninstall
procedure.

Relates-Bug: Mellanox#385

Signed-off-by: Ivan Kolodiazhny <ikolodiazhny@nvidia.com>
  • Loading branch information
e0ne committed Jan 24, 2023
1 parent baa3be5 commit 14ef3eb
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
apiVersion: sriovnetwork.openshift.io/v1
kind: SriovNetworkNodePolicy
metadata:
name: default
namespace: {{ .Release.Namespace }}
spec:
nicSelector: {}
nodeSelector: {}
numVfs: 0
resourceName: ""

0 comments on commit 14ef3eb

Please sign in to comment.