aboutsummaryrefslogtreecommitdiffstats
path: root/kud/deployment_infra/images/sriov-daemonset.yml
diff options
context:
space:
mode:
Diffstat (limited to 'kud/deployment_infra/images/sriov-daemonset.yml')
-rw-r--r--kud/deployment_infra/images/sriov-daemonset.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/kud/deployment_infra/images/sriov-daemonset.yml b/kud/deployment_infra/images/sriov-daemonset.yml
index 72f33869..e392028d 100644
--- a/kud/deployment_infra/images/sriov-daemonset.yml
+++ b/kud/deployment_infra/images/sriov-daemonset.yml
@@ -27,7 +27,7 @@ metadata:
namespace: kube-system
---
-apiVersion: extensions/v1beta1
+apiVersion: apps/v1
kind: DaemonSet
metadata:
name: kube-sriov-device-plugin-amd64
@@ -36,6 +36,10 @@ metadata:
tier: node
app: sriovdp
spec:
+ selector:
+ matchLabels:
+ tier: node
+ app: sriovdp
template:
metadata:
labels: