Persisting the running apps on KubeApps and starting and stopping apps #4531
-
Hello KubeApps community, I want to pre-fill the values.yaml of a service via the Form or directly in the If there is really no way for that yet: TL;DR |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi there @SohrabTa . Regarding stopping and starting an installation: no, Kubeapps does not provide a way to do this via the UI, since it would depend on the specific installation (ie. it might require scaling one or more deployments back, or updating a custom resource etc.). Is that what you want to do, to leave a chart installed, but scale back it's resources so it's not consuming CPU etc? Regarding multiple different values.yaml configurations to apply, see #859 for what may be similar discussions, but seems to have been thought that it is part of the chart (at least for standard prod/staging type values). Kubeapps doesn't store the So TL;DR |
Beta Was this translation helpful? Give feedback.
Hi there @SohrabTa .
Regarding stopping and starting an installation: no, Kubeapps does not provide a way to do this via the UI, since it would depend on the specific installation (ie. it might require scaling one or more deployments back, or updating a custom resource etc.). Is that what you want to do, to leave a chart installed, but scale back it's resources so it's not consuming CPU etc?
Regarding multiple different values.yaml configurations to apply, see #859 for what may be similar discussions, but seems to have been thought that it is part of the chart (at least for standard prod/staging type values).
Kubeapps doesn't store the
values.yaml
but rather just passes this tohelm
to be…