You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm just getting set up with BYOC mode, and building images in my cluster with a private registry is just streets ahead of anything else I've found - SO much nicer than the typical AWS ECR auth song and dance.
However, my project is set up as a monorepo with apps in subdirectories, with a nonstandard Dockerfile image for production. Am I missing existing support for this in the build configuration, or is this a feature you'd consider putting on the roadmap?
Thanks!
Jeff
The text was updated successfully, but these errors were encountered:
We’re indeed planning on supporting mono-repos - currently it would require a bit of a manual setup using a “kustomization” and “skaffold” file in the root of your repo. We’ve been talking about making this more of a default (and add docs around this!) - your comment might move it up the todo list!
you might take a look at our KubeSail/KubeSail-agent repo - which uses skaffold and kustomize as mentioned before. I’m on mobile currently - but I’ll try to get you a good answer and some documentation later tonight!
thanks again for the kind words - means a lot to us!!
Hi!
I'm just getting set up with BYOC mode, and building images in my cluster with a private registry is just streets ahead of anything else I've found - SO much nicer than the typical AWS ECR auth song and dance.
However, my project is set up as a monorepo with apps in subdirectories, with a nonstandard Dockerfile image for production. Am I missing existing support for this in the build configuration, or is this a feature you'd consider putting on the roadmap?
Thanks!
Jeff
The text was updated successfully, but these errors were encountered: