-
Notifications
You must be signed in to change notification settings - Fork 4.8k
make useLocalImages the default and remove configurability #1063
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
Conversation
|
@smarterclayton review please. |
pkg/cmd/server/start.go
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't have anything to do with the previous section, keep it separate.
|
We should make it explicit we're setting pullIfNotPresent. |
|
It's better to explicitly include it than rely on an upstream default. |
f273547 to
b40fccb
Compare
|
@smarterclayton done. |
|
LGTM, will merge after my change goes in. |
|
thank you for this!
|
|
Will merge once #1054 goes in |
|
[merge] |
|
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/merge_pull_requests_openshift3/970/) (Image: devenv-fedora_840) |
|
Evaluated for origin up to b40fccb |
Merged by openshift-bot
all containers for deployment/build will now just use the k8s default "pullIfNotPresent" behavior and there will be no way to override the behavior (the USE_LOCAL_IMAGES env variable is removed)