Commit bb1efbb
Set ImagePullPolicy to IfNotPresent on OpenStackClient pod
The OpenStackClient pod is created as a raw corev1.Pod directly,
bypassing lib-common workload helpers where SetPullPolicyDefaults
is applied. When ImagePullPolicy is not explicitly set and the
image tag is "latest" or unset, Kubernetes defaults the policy to
Always. Explicitly set PullIfNotPresent to avoid unnecessary image
pulls.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 2b96cb1 commit bb1efbb
1 file changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
84 | 85 | | |
85 | 86 | | |
86 | 87 | | |
| |||
0 commit comments