Allow disabling p2p for single-node clusters #1388
Closed
willmurnane
started this conversation in
Feature Requests
Replies: 1 comment 1 reply
|
I did some tests with this not too long ago as I had the same idea to speed up some local development. While it did work it is not something I can put in the OSS project right now as it adds more maintenance burden. For the time being the feature will be limited to private use and potential enterprise customers. Thanks for understanding! |
1 reply
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.
I run my homelab on a single-node k3s cluster. For testing purposes I often spin up a
kindcluster in CI and start a duplicate copy of all my services in that. I'd like to avoid re-pulling images from the internet (and hitting docker.io pull limits etc). I wanted to try out Spegel for this purpose, but it doesn't work when only a single instance is running, so it doesn't discover any peers and decides that something has gone wrong.I know I could run a standalone registry outside the cluster, set everything to pull images from that, and so on, and that's probably what I'll do. Spegel would have been a really tidy way of sharing these images within my network, though.
All reactions