Add sriov-network-operator addon helm chart 35/120035/4
authorTodd Malsbary <todd.malsbary@intel.com>
Fri, 12 Mar 2021 21:48:25 +0000 (13:48 -0800)
committerTodd Malsbary <todd.malsbary@intel.com>
Tue, 4 May 2021 20:02:48 +0000 (13:02 -0700)
commit61fda160a7ba656f73a0a89cca4d3f5fd8e575d4
tree40fb6d319ece6a68d46427966401d98fadeee80e
parentc7cc63c3e76d5739c67314008b01f6fe70289641
Add sriov-network-operator addon helm chart

This chart contains the upstream sriov-network-operator from
k8snetworkplumbingwg together with an iavf driver installer.

Issue-ID: MULTICLOUD-1324
Signed-off-by: Todd Malsbary <todd.malsbary@intel.com>
Change-Id: Ic925c66f8e2b28b7604240c3ed35b1a56883b60b
20 files changed:
kud/deployment_infra/helm/sriov-network-operator/.helmignore [new file with mode: 0644]
kud/deployment_infra/helm/sriov-network-operator/Chart.yaml [new file with mode: 0644]
kud/deployment_infra/helm/sriov-network-operator/crds/sriovibnetwork.yaml [new file with mode: 0644]
kud/deployment_infra/helm/sriov-network-operator/crds/sriovnetwork.yaml [new file with mode: 0644]
kud/deployment_infra/helm/sriov-network-operator/crds/sriovnetworknodepolicy.yaml [new file with mode: 0644]
kud/deployment_infra/helm/sriov-network-operator/crds/sriovnetworknodestate.yaml [new file with mode: 0644]
kud/deployment_infra/helm/sriov-network-operator/crds/sriovoperatorconfig.yaml [new file with mode: 0644]
kud/deployment_infra/helm/sriov-network-operator/templates/_helpers.tpl [new file with mode: 0644]
kud/deployment_infra/helm/sriov-network-operator/templates/clusterrole.yaml [new file with mode: 0644]
kud/deployment_infra/helm/sriov-network-operator/templates/clusterrolebinding.yaml [new file with mode: 0644]
kud/deployment_infra/helm/sriov-network-operator/templates/drivers/daemonset.yaml [new file with mode: 0644]
kud/deployment_infra/helm/sriov-network-operator/templates/operator.yaml [new file with mode: 0644]
kud/deployment_infra/helm/sriov-network-operator/templates/role.yaml [new file with mode: 0644]
kud/deployment_infra/helm/sriov-network-operator/templates/rolebinding.yaml [new file with mode: 0644]
kud/deployment_infra/helm/sriov-network-operator/templates/serviceaccount.yaml [new file with mode: 0644]
kud/deployment_infra/helm/sriov-network-operator/values.yaml [new file with mode: 0644]
kud/deployment_infra/installers/Dockerfile.iavf-driver-installer [new file with mode: 0644]
kud/deployment_infra/installers/Makefile [new file with mode: 0644]
kud/deployment_infra/installers/_common.sh [new file with mode: 0644]
kud/deployment_infra/installers/entrypoint-iavf-driver-installer.sh [new file with mode: 0755]