File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/admin/runai-setup/cluster-setup Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Kubernetes is composed of master(s) and workers. The instructions and script bel
15
15
16
16
* Get the script by running:
17
17
```
18
- wget https://raw.githubusercontent.com/run-ai/docs/master /install/kube-install.sh
18
+ wget https://raw.githubusercontent.com/run-ai/docs/v2.14 /install/kube-install.sh
19
19
```
20
20
* Run the script with ROOT privileges: ` sudo ./kube-install.sh `
21
21
* When prompted, select the option to _ install Kubernetes master_ .
@@ -41,7 +41,7 @@ On each designated worker node:
41
41
42
42
* Get the script by running:
43
43
```
44
- wget https://raw.githubusercontent.com/run-ai/docs/master /install/kube-install.sh
44
+ wget https://raw.githubusercontent.com/run-ai/docs/v2.14 /install/kube-install.sh
45
45
```
46
46
* Run the script with ROOT privileges: ` sudo ./kube-install.sh `
47
47
* When prompted, select the option to _ install Kubernetes worker_ .
@@ -74,7 +74,7 @@ The same script also contains an option to completely remove Kubernetes from nod
74
74
75
75
* Get the script by running:
76
76
```
77
- wget https://raw.githubusercontent.com/run-ai/docs/master /install/kube-install.sh
77
+ wget https://raw.githubusercontent.com/run-ai/docs/v2.14 /install/kube-install.sh
78
78
```
79
79
* Run the script with ROOT privileges: ` sudo ./kube-install.sh `
80
80
* When prompted, select the option to _ reset/delete kubernetes_ .
You can’t perform that action at this time.
0 commit comments