Skip to content

Commit

Permalink
fix: change ippool agent pod's initcontainer's imagepullpolicy to ifn…
Browse files Browse the repository at this point in the history
…otpresent
  • Loading branch information
zjfssd authored and starbops committed Nov 6, 2024
1 parent dc063a3 commit 5650e2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/controller/ippool/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ func prepareAgentPod(
{
Name: "ip-setter",
Image: "busybox",
ImagePullPolicy: "IfNotPresent",
Command: []string{
"/bin/sh",
"-c",
Expand Down

0 comments on commit 5650e2d

Please sign in to comment.