Skip to content

Commit

Permalink
Pull the latest image for daemon set
Browse files Browse the repository at this point in the history
With policy = Never, the image won't be pulled by kubelet, meaning the
deployment will fail to start pods due to missing image in registry.
  • Loading branch information
booxter authored and ahalimx86 committed Dec 4, 2018
1 parent 4b1e1e5 commit 8ca5c9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion images/sriovdp-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ spec:
containers:
- name: kube-sriovdp
image: nfvpe/sriov-device-plugin:latest
imagePullPolicy: Never
args:
- --log-level=10
securityContext:
Expand Down

0 comments on commit 8ca5c9b

Please sign in to comment.