We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4944975 commit eab603aCopy full SHA for eab603a
docs/admin/runai-setup/cluster-setup/cluster-delete.md
@@ -2,22 +2,8 @@
2
3
To delete a Run:ai Cluster installation while retaining existing running jobs, run the following commands:
4
5
-=== "Version 2.9 or later"
6
```
7
helm uninstall runai-cluster -n runai
8
9
10
-=== "Version 2.8"
11
-```
12
-kubectl delete RunaiConfig runai -n runai
13
-helm uninstall runai-cluster -n runai
14
15
-
16
-=== "Version 2.7 or earlier"
17
18
-kubectl patch RunaiConfig runai -n runai -p '{"metadata":{"finalizers":[]}}' --type="merge"
19
20
-helm uninstall runai-cluster runai -n runai
21
22
23
The commands will **not** delete existing Jobs submitted by users.
0 commit comments