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
Moved to a gh discussion for keeping the conversation here
Implement a Start/Stop button in the app view that does the following:
Functionality
When stopping:
Save the current values.yaml of an app and in the background delete that app, but keep it in the app list with the status stopped. Gray out the Stop button when status is stopped.
When starting:
Restore those values while continuing that app again and re-deploy it in the background. Gray out the Start button when status is started.
To-dos
Save the values.yaml of an app to a database outside of the K8s cluster when stopping an app (so it can be recovered, after the pod has been down)
Keep the stopped app in the app list and switch its status to stopped
Pair every values.yaml to the installed apps (is there a unique identifier of an installation?)
Recover the values.yaml from the database and deploy the stopped app with those values again, switch its status to started
Why
Empower users to adjust relevant parameters and stop and start the apps with their own configuration on-demand to save energy and costs.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Originally posted by @SohrabTa
Moved to a gh discussion for keeping the conversation here
Implement a Start/Stop button in the app view that does the following:
Functionality
When stopping:
Save the current
values.yaml
of an app and in the background delete that app, but keep it in the app list with the statusstopped
. Gray out theStop
button when status isstopped
.When starting:
Restore those values while continuing that app again and re-deploy it in the background. Gray out the
Start
button when status isstarted
.To-dos
stopped
started
Why
Empower users to adjust relevant parameters and stop and start the apps with their own configuration on-demand to save energy and costs.
Beta Was this translation helpful? Give feedback.
All reactions