Runtime docker image compatibility with router helm chart

Simple question. Is runtime docker image which includes both router & MCP server compatible with existing router-specific docker options? Can I replace existing router docker image with runtime docker without problem?

And can I use existing router helm chart for runtime without any changes?

Thanks!

Hi @wangmir ,

To your first point, it would depend exactly on which docker options you’re talking about. In general terms we tried to make the Runtime Container as configurable as possible, but I will admit to not knowing all of the config options that might be passable, so if you have more detail I can definitely give you a more specific (and possibly helpful!) answer.

On the point about the Helm chart, I’ve had a quick look at the Router Helm Chart and I can’t see why this wouldn’t work, although it’s definitely unsupported as you’re effectively using a custom router image. It’s likely you’ll need to make changes to the values.yaml file in order to make this work. Specifically, as a first point, you’ll probably need to remove any args that you’re passing because the interface on the Runtime Container is different to the standard Router container. You also will probably need to look at the environment variables supported by the Runtime Container and see if you need to make changes to any of those to allow it to deploy properly

I’d be very interested to know how you get on, so please do let us know and feel free to reply if you want more answers on the first point!