-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow IfNotPresent policy when operator-sdk run bundle
#6795
Labels
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
Comments
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
openshift-ci
bot
added
the
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
label
Oct 30, 2024
/lifecycle frozen |
openshift-ci
bot
added
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
and removed
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
labels
Oct 30, 2024
kaovilai
added a commit
to kaovilai/operator-sdk
that referenced
this issue
Oct 30, 2024
kaovilai
added a commit
to kaovilai/operator-sdk
that referenced
this issue
Oct 30, 2024
2 tasks
kaovilai
added a commit
to kaovilai/operator-sdk
that referenced
this issue
Oct 30, 2024
…esent` operator-framework#6795 Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>
kaovilai
changed the title
Use IfNotPresent policy when
Use IfNotPresent policy when Oct 30, 2024
operator-sdk run bundle --if-not-present
operator-sdk run bundle --pull-if-not-present
kaovilai
changed the title
Use IfNotPresent policy when
Allow IfNotPresent policy when Oct 30, 2024
operator-sdk run bundle --pull-if-not-present
operator-sdk run bundle
kaovilai
added a commit
to kaovilai/operator-sdk
that referenced
this issue
Oct 30, 2024
…esent` operator-framework#6795 Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>
kaovilai
added a commit
to kaovilai/operator-sdk
that referenced
this issue
Oct 31, 2024
…esent` operator-framework#6795 Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature Request
Describe the problem you need a feature to resolve.
We may use ttl.sh as registry to push bundle to from time to time and want ability to restart pod in the future when image no longer exists in registry. If policy is Always, pod will fail to restart.
Describe the solution you'd like.
The text was updated successfully, but these errors were encountered: