trento icon indicating copy to clipboard operation
trento copied to clipboard

Provide options to uninstall and stop Trento (Server and Agent)

Open lee-martin opened this issue 3 years ago • 1 comments

During recent tests we had the need the both stop and uninstall Trento, but neither are formally implemented yet.

As workarounds we used:

  • "systemctl stop k3s" to perform a stop
  • "KUBECONFIG=~/.kube/config helm uninstall trento-server"

(which does not imply this is the best way to actually implement stop or uninstall :) )

lee-martin avatar Oct 06 '21 15:10 lee-martin

We don't need to run "KUBECONFIG=~/.kube/config helm uninstall trento-server": as the Trento Server is completely contained in the K3S cluster, we just need to instruct how to stop/remove K3S.

stefanotorresi avatar Oct 08 '21 08:10 stefanotorresi