Update README.microk8s.md

This commit is contained in:
Cedric Verstraeten
2024-08-13 14:37:56 +02:00
parent aaa5fdb2e6
commit 25d3690837

View File

@@ -423,3 +423,9 @@ helm del rabbitmq -n rabbitmq
helm del mongodb -n mongodb
git clone --depth 1 --branch v6.0.1 https://github.com/minio/operator.git && kubectl delete -k operator/
```
You can confirm all the workloads were removed from your system.
```bash
kubectl get po -w -A
```