Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add container or guidance for prod Docker controller w/ console #2022

Closed
qrkourier opened this issue May 6, 2024 · 1 comment · Fixed by #2023
Closed

add container or guidance for prod Docker controller w/ console #2022

qrkourier opened this issue May 6, 2024 · 1 comment · Fixed by #2023

Comments

@qrkourier
Copy link
Member

The controller can serve the console on the mgmt API's web listener as a new binding "zac." Presently, it's necessary for the user to separately download and mount a directory containing the console's SPA build.

The simplest experience and simplest solution to implement is to build the SPA in to the controller image, but the console would add ~70MiB to an already huge ~500MiB.

At a minimum, provide a Dockerfile for the controller that sources a release image and adds the console.

Ideally, we'd vend some image that has the console and controller, whether that's a console container that pins a controller version, or vice versa.

@qrkourier qrkourier linked a pull request May 7, 2024 that will close this issue
@qrkourier
Copy link
Member Author

For this first round, I'll ship the console SPA (70MiB) as part of the main controller image. Let me know if the increase in size is a barrier to adoption for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant