Skip to content
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

[update] Setting Up a Private Docker Registry with LKE and OBJ storage #6744

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

Rajakavitha1
Copy link
Collaborator

Updated the configuration to help multipart uploads to ensure that there is no 500 error. Based on the discussion
https://www.linode.com/community/questions/24117/unknown-error-500-on-pushing-image-to-private-docker-registry#answer-84451

…rage

Updated the configuration to help multipart uploads to ensure that there is no 500 error.
Copy link

netlify bot commented Nov 23, 2023

Deploy Preview for nostalgic-ptolemy-b01ab8 ready!

Name Link
🔨 Latest commit 7b02c48
🔍 Latest deploy log https://app.netlify.com/sites/nostalgic-ptolemy-b01ab8/deploys/655f614a0036ab0008d5c98e
😎 Deploy Preview https://deploy-preview-6744--nostalgic-ptolemy-b01ab8.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Collaborator

@wildmanonline wildmanonline left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have not tested this but based on that community site post, I assume that there should be an additional configData YAML parameter included with the following:

configData:
  storage:
    s3:
      multipartcopythresholdsize: 5368709120

Or maybe it's just:

storage:
  s3:
    multipartcopythresholdsize: 5368709120

I'm likely wrong though! All this to say, has it been validated through official docs or by testing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants