Skip to content

Commit a82ebde

Browse files
Merge pull request #10083 from mendix/kk-pmp-uninstall
PMP uninstallation
2 parents bbf921a + a8b83ac commit a82ebde

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: "Uninstalling Private Mendix Platform"
3+
url: /private-mendix-platform/uninstallation/
4+
description: "Documents the uninstallation process for the Private Mendix Platform."
5+
weight: 70
6+
---
7+
8+
## Introduction
9+
10+
If required, you can uninstall the Private Mendix Platform by performing the following steps:
11+
12+
1. Optional: Verify that Private Mendix Platform is installed by running the following command: `helm status mxplatform -n=<Private Mendix Platform namespace>`.
13+
2. Delete Private Mendix Platform resources by running the following command: `helm uninstall mxplatform -n=<Private Mendix Platform namespace>`.
14+
3. Optional: Verify that Svix is installed by running the following command: `helm status svix-server -n=<Private Mendix Platform namespace>`.
15+
4. Delete Svix resources by running the following command: `helm uninstall svix-server -n=<Private Mendix Platform namespace>`.
16+
5. Uninstall PCLM by running the following commands:
17+
18+
```text
19+
kubectl delete svc/mx-privatecloud-license-manager -n=<ns>
20+
kubectl delete deployments/mendix-pclm -n=<ns>
21+
kubectl delete secret/mendix-pclm mendix-operator-pclm pclm-admin -n=<ns>
22+
```
23+
24+
6. Uninstall the Mendix Operator, as described in [Private Cloud Cluster: Namespace Management](/developerportal/deploy/private-cloud-cluster/#namespace-management).
25+
7. If you want to also delete the Private Mendix Platform namespace, run the following command: `kubectl delete namespace <Private Mendix Platform namespace>`.

0 commit comments

Comments
 (0)