Replies: 1 comment 6 replies
-
That's a good idea! I could totally add an env var that, if defined, would skip downloading the agent. I'm not 100% sure about having a configuration flag in the CRD directly (because the agent is necessary and skipping the download of it is for advanced user only). It's easy to implement, I will try to do it shortly :) |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be nice to have some way to either disable the download of the agent or a way to change the source of the download. The reasoning I propose this is that I'm building my own server images that have plugins baked into it (and proxy/paper jars) to prevent having to downloading assets from external sources. I'm also struggling from either my ISP or the repository host throttling my connection on downloading the agent causing it to take around 5 minutes just to finish the init-fs container on pod initialization.
Beta Was this translation helpful? Give feedback.
All reactions