Skip to content

Commit 63aa6b7

Browse files
Merge pull request #500 from run-ai/v2.14
merge into master V2.14
2 parents 4d33ba8 + 2765ac6 commit 63aa6b7

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
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_.

docs/home/whats-new-2-14.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ TODO Add RBAC old--new conversion table here. -->
2424
### Scheduler
2525

2626
* Added new functionality to always guarantee in-quota workloads at the expense of inter-Department fairness. Large distributed workloads from one *Department* may preempt in-quota smaller workloads from another *Department*. This new setting in the `RunaiConfig` file preserves in-quota workloads, even if the department quota/over-quota-fairness is not preserved. For more information, see [Scheduler Fairness](../Researcher/scheduling/the-runai-scheduler.md#fairness).
27-
2827
### Ephemeral volumes
2928
<!--RUN-9958/RUN-10061 Ephemeral volumes in workspaces -->
3029
* Added support for Ephemeral volumes in *Workspaces*. Ephemeral storage is tied to the lifecycle of the *Workspace*, which is temporary storage that gets wiped out and lost when the workspace is deleted. Ephemeral storage is added to the *Workspace* configuration form in the *Volume* pane. For configuration information, see [Create a new workspace](../Researcher/user-interface/workspaces/create/.workspace-v2.md#create-a-new-workspace).

0 commit comments

Comments
 (0)