Skip to content

Commit

Permalink
add imagePullPolicy IfNotPresent for default cni
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigthror committed Jun 26, 2024
1 parent ff9c7b5 commit 1f5c3f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/build/nodeimage/const_cni.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ spec:
containers:
- name: kindnet-cni
image: ` + kindnetdImage + `
imagePullPolicy: IfNotPresent
env:
- name: HOST_IP
valueFrom:
Expand Down

0 comments on commit 1f5c3f2

Please sign in to comment.