1

is there possible to deploy services and after that somehow clean nodes(delete services installed before) For example I deploy wordpress and even I destroy envirement after that on node is nginx started everytime, even is something else.

And now when I deploy again wordpress another istance of nginx is installed so this is conflict.

Is there posibble to clean node after destroy-environment?

Jorge Castro
  • 71,754
user84471
  • 399

1 Answers1

1

No, unfortunately we don't yet have a way for juju to clean up a node after you destroy-service.

This is a bug:

My personal workaround is just to launch a new instance.

Jorge Castro
  • 71,754