Mohamad Damad
Mohamad Damad

Reputation: 31

Deleting and purging Rasa-x from Ubuntu after installing it with the one line bash script

I installed Rasa-x with the one line script.

this is the script mentioned in the doccs (https://rasa.com/docs/rasa-x/installation-and-setup/one-line-deploy-script)

curl -s get-rasa-x.rasa.com | sudo bash

I can see that my localhost path is listened on Rasa-x which i dont know what service did that. And i dont have much knowledge with kubernetes and bash to read the script.

please help me to purge all the side effects. if you can tell me what process is live on my machine, it would be so nice.

Upvotes: 1

Views: 785

Answers (1)

Tobias
Tobias

Reputation: 1910

there should be an uninstall script provided by the installed embedded K3s cluster. Running /usr/local/bin/k3s-uninstall.sh should remove the cluster.

May I ask which problems you where running into? We are currently working hard to improve the script. Adding an uninstall option will definitely be a part of it.

Upvotes: 4

Related Questions