Replies: 1 comment 2 replies
-
|
if you are pushing internally, then setup an sni with an internal ip address, e.g registry.example.com 10.0.0.2 make sure you use dns challenge for ca certs, assuming you have blocked all ports, meaning internal requests will see a valid ca if you want to push via a runner, you can run cloudflare one as part of the pipeline to connect to your internal network with split tunnels, the above name will still resolve bypassing any limits |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There's a limit of 100MB on Cloudflare Free/Pro plan, which means the image pushing process to the configured rollback registry may fail unexpectedly. On the registry logs, we see:
Does anyone have a workaround for this apart from disabling the proxy? (which isn't viable with Cloudflare Tunnel)
Using a VPN/proxy like wireguard could be worth looking into.
References:
Beta Was this translation helpful? Give feedback.
All reactions