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

Allow runtime upgrade of existing applications #750

Open
nicoloboschi opened this issue Dec 15, 2023 · 1 comment
Open

Allow runtime upgrade of existing applications #750

nicoloboschi opened this issue Dec 15, 2023 · 1 comment

Comments

@nicoloboschi
Copy link
Member

Currently once you deploy your application, the operator will never update the runtime image version, even if the app specs are updated. This is done on purpose, to ensure consistency overtime of an application.

With the new stateful applications, it might be tricky to delete and recreate an application because the disk is not retained. It becomes hard to upgrade the runtime image version without impacting the application itself.

One possible solution would be to add a flag in the update command to also refresh the new docker image (if the operator has a new one configured). In that case, the image would be modified and all the pods restarted

@eolivelli
Copy link
Member

I second the solution.

It will reflect into a new parameter in the API and probably in the CRD?

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

No branches or pull requests

2 participants