Superset Operator

  • Commercial Systems
Channel Revision Published Runs on
latest/stable 35 02 Oct 2024
Ubuntu 22.04
latest/beta 32 12 Sep 2024
Ubuntu 22.04
latest/edge 35 02 Oct 2024
Ubuntu 22.04
juju deploy superset-k8s
Show information

Platform:

This final step of the tutorial focuses on removing Juju applications, models and controller to completely cleanup the deployment.

Remove the controller

If you’re done with testing and would like to free up resources on your machine, run the following command:

juju destroy-controller -y --destroy-all-models --destroy-storage superset-controller

When you remove the models, all the data in PostgreSQL and any other applications inside the model are lost.

Next steps