-
Notifications
You must be signed in to change notification settings - Fork 77
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
pullthrough is not optional #103
pullthrough is not optional #103
Conversation
81543fa
to
29dc0a4
Compare
/retest |
useBlobDescriptorCacheProvider bool, | ||
) (distribution.Namespace, error) { | ||
cfg := &configuration.Configuration{ | ||
Server: &configuration.Server{ | ||
Addr: "localhost:5000", | ||
}, | ||
Pullthrough: &configuration.Pullthrough{ | ||
Enabled: pullthrough, | ||
Enabled: true, |
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.
Can we just drop this parameter from the configuration?
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.
@dmage I want to show warning if someone have it as false
. But I can drop the Pullthrough
initialization here.
Ben and I agree - we have no reason to keep supporting this. Approval
granted to terminate this code path.
…On Thu, Jun 14, 2018 at 5:13 AM, OpenShift CI Robot < ***@***.***> wrote:
[APPROVALNOTIFIER] This PR is *APPROVED*
This pull-request has been approved by: *legionus
<#103#>*
The full list of commands accepted by this bot can be found here
<https://go.k8s.io/bot-commands>.
The pull request process is described here
<https://git.k8s.io/community/contributors/guide/owners.md#the-code-review-process>
Needs approval from an approver in each of these files:
- OWNERS
<https://github.com/openshift/image-registry/blob/master/OWNERS>
[legionus]
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
—
You are receiving this because your review was requested.
Reply to this email directly, view it on GitHub
<#103 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABG_pzdXoT0zaop9sRhFV-BV3P5wQw6uks5t8ilEgaJpZM4Unluz>
.
|
/hold |
Signed-off-by: Gladkov Alexey <[email protected]>
29dc0a4
to
8516796
Compare
Rebased |
/hold cancel |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bparees, legionus 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 |
/retest |
2 similar comments
/retest |
/retest |
openshift/origin#19969 (comment)
#101 (comment)
/cc @smarterclayton