Unverified Commit 2cf83444 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #61598 from hyperbolic2346/mwilson/default-image-pull

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Removing the always pull policy on ingress image for CDK. **What this PR does / why we need it**: Removing the always pull policy. This caused some trouble when a registry was down and is unnecessary. Kubernetes will default to IfNotPresent. **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes # None, but I could make an issue if desired. **Special notes for your reviewer**: **Release note**: ```release-note Removed always pull policy from the template for ingress on CDK. ```
parents c64494a0 43ed7779
...@@ -152,7 +152,6 @@ spec: ...@@ -152,7 +152,6 @@ spec:
containers: containers:
- image: {{ ingress_image }} - image: {{ ingress_image }}
name: nginx-ingress-{{ juju_application }} name: nginx-ingress-{{ juju_application }}
imagePullPolicy: Always
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /healthz path: /healthz
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment