Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 4
feat: Add uninstall demo/stack feature#429
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
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
c9aec77d8476f35b366b4d6dc693f80624a106613873515e20e0658f9f9b9237da222870fd483c187cffe71437a4d1ff736d0edef2367a881a00526043f0f17dfe50ed794c7e55743191bc08a20f3cf7f506fbcfa6e2feb18e7f70ad7dd15ba64478a2fbb1ccdbd18573f231c30f6d9655eeceb14f9f7b4369681f887486d468c041762281File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Uh oh!
There was an error while loading. Please reload this page.
Large diffs are not rendered by default.
Uh oh!
There was an error while loading. Please reload this page.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -89,3 +89,39 @@ Installed stack logging | ||
| Use "stackablectl operator installed" to display the installed operators | ||
| Use "stackablectl stacklet list" to display the installed stacklets | ||
| ---- | ||
| == Uninstalling a Stack | ||
| To uninstall a stack, you can run the following command, specifying the namespace the stack was installed in. | ||
| [source,console] | ||
| ---- | ||
| $ stackablectl stack uninstall logging -n <NAMESPACE> | ||
| ---- | ||
| [NOTE] | ||
| ==== | ||
| The uninstall command deletes the namespace the stack was installed in. Therefore it is not possible to uninstall stacks in the `default` namespace. | ||
NickLarsenNZ marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| ==== | ||
| [WARNING] | ||
| ==== | ||
| Currently, some resources deployed by the stack are either still lingering after the deletion process or need to be deleted before running the uninstall command. | ||
| * All stacks | ||
| ** MutatingWebhookConfiguration `restarter-sts-enricher.stackable.tech` is not deleted | ||
| * argo-cd-git-ops, hdfs-hbase, jupyterhub-pyspark-hdfs | ||
| ** ClusterroleBinding `hdfs-clusterrolebinding-nodes` is not deleted | ||
| * argo-cd-git-ops | ||
| ** Delete the ArgoCD Applications `airflow`, `airflow-postgres`, `minio`, and `sealed-secrets` | ||
| ** Then you can delete the namespaces `stackable-airflow`, `minio`, and `sealed-secrets` | ||
| ** Delete the ArgoCD ApplicationSet `stackable-operators` and wait for ArgoCD to delete the Applications of that ApplicationSet | ||
| ** Only after deleting the above, run the `stackablectl stack uninstall` command, otherwise the deletion might get stuck | ||
| ** `*.argoproj.io` CRDs and `sealedsecrets.bitnami.com` CRD are not deleted | ||
| * monitoring | ||
| ** `*.monitoring.coreos.com` CRDs are not deleted | ||
| * observability | ||
| ** Delete OpenTelemetryCollector `otel-collector-grpc-external` and `otel-collector-grpc` | ||
| ** Only after deleting the above, run the `stackablectl stack uninstall` command, otherwise the deletion might get stuck | ||
| ==== | ||
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.