-
Notifications
You must be signed in to change notification settings - Fork 14
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
Using the Module's spec.moduleLoader.container.imagePullPolicy
.
#1203
Using the Module's spec.moduleLoader.container.imagePullPolicy
.
#1203
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ybettan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
✅ Deploy Preview for openshift-kmm ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
/lgtm |
/retest |
8 similar comments
/retest |
/retest |
/retest |
/retest |
/retest |
/retest |
/retest |
/retest |
cca8499
to
9426f01
Compare
When we moved to the worker-pod implementation in v2 we started to pull kmod images via HTTP from teh worker-pod directly and we ignored this field. Now that we moved to pulling using the cluster's container-runtime, the `imagePullPolicy` can be passed to the init-container definition. Signed-off-by: Yoni Bettan <[email protected]>
/lgtm |
da1e656
into
rh-ecosystem-edge:main
When we moved to the worker-pod implementation in v2 we started to pull kmod images via HTTP from teh worker-pod directly and we ignored this field.
Now that we moved to pulling using the cluster's container-runtime, the
imagePullPolicy
can be passed to the init-container definition.Fixes #1202
/assign @yevgeny-shnaidman