Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to the Trento Server Uninstalling Section #189

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions trento/xml/article_sap_trento.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2397,6 +2397,7 @@ In the Trento dashboard, go to the overview corresponding to the object for whic

<section xml:id="sec-trento-uninstall-trentoserver">
<title>Uninstalling &t.server;</title>
<para>The procedure to update the Trento Server depends on the deployment type: Kubernetes, systemd or containerized. The current content of this section is specific for Kubernetes deployments.</para>
abravosuse marked this conversation as resolved.
Show resolved Hide resolved
<para> If &t.server; was deployed manually, then you need to uninstall it manually.
If &t.server; was deployed using the Helm chart, you can also use Helm to uninstall it as follows:</para>
<screen>helm uninstall trento-server</screen>
Expand Down
Loading