Skip to content

Commit eab603a

Browse files
committed
remove 2.8, 2.9, 2.11 uninstall
1 parent 4944975 commit eab603a

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

docs/admin/runai-setup/cluster-setup/cluster-delete.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,8 @@
22

33
To delete a Run:ai Cluster installation while retaining existing running jobs, run the following commands:
44

5-
=== "Version 2.9 or later"
65
```
76
helm uninstall runai-cluster -n runai
87
```
98

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-
kubectl delete RunaiConfig runai -n runai
20-
helm uninstall runai-cluster runai -n runai
21-
```
22-
239
The commands will **not** delete existing Jobs submitted by users.

0 commit comments

Comments
 (0)