juju / juju-gui

Juju-GUI is a web-based GUI for Juju <https://jujucharms.com/>.
Other
182 stars 85 forks source link

GUI attempts to spin up unnecessary machines when modifying k8s charms #3900

Open knkski opened 5 years ago

knkski commented 5 years ago

I've got a bundle that I'm deploying on Kubernetes, and attempting to modify the bundle at all leads to a massive commit changes page that hangs my browser for a while. It looks like the GUI is attempting to spin up a bunch of machines that it shouldn't be.

Example of the issue

To reproduce, try deploying this bundle, and then changing something about it via the GUI and committing the changes:

https://jujucharms.com/u/kubeflow-charmers/kubeflow/bundle/

hatched commented 5 years ago

Thanks for bringing this up @knkski I'll take a look.