Skip to content

Commit 6bbefc9

Browse files
committed
updated
1 parent bd9fbaa commit 6bbefc9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/admin/runai-setup/cluster-setup/install-k8s.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Kubernetes is composed of master(s) and workers. The instructions and script bel
1515

1616
* Get the script by running:
1717
```
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
1919
```
2020
* Run the script with ROOT privileges: `sudo ./kube-install.sh`
2121
* When prompted, select the option to _install Kubernetes master_.
@@ -41,7 +41,7 @@ On each designated worker node:
4141

4242
* Get the script by running:
4343
```
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
4545
```
4646
* Run the script with ROOT privileges: `sudo ./kube-install.sh`
4747
* 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
7474

7575
* Get the script by running:
7676
```
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
7878
```
7979
* Run the script with ROOT privileges: `sudo ./kube-install.sh`
8080
* When prompted, select the option to _reset/delete kubernetes_.

0 commit comments

Comments
 (0)