diff --git a/hostdev-plugin-ds.yaml b/hostdev-plugin-ds.yaml index cd7c70e..479cc1f 100644 --- a/hostdev-plugin-ds.yaml +++ b/hostdev-plugin-ds.yaml @@ -1,9 +1,12 @@ -apiVersion: extensions/v1beta1 +apiVersion: apps/v1 kind: DaemonSet metadata: name: hostdev-device-plugin namespace: kube-system spec: + selector: + matchLabels: + name: hostdev-device-plugin-ds template: metadata: annotations: