Skip to content

Commit

Permalink
Merge pull request #500 from run-ai/v2.14
Browse files Browse the repository at this point in the history
merge into master V2.14
  • Loading branch information
jasonnovichRunAI authored Sep 20, 2023
2 parents 4d33ba8 + 2765ac6 commit 63aa6b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/admin/runai-setup/cluster-setup/install-k8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Kubernetes is composed of master(s) and workers. The instructions and script bel

* Get the script by running:
```
wget https://raw.githubusercontent.com/run-ai/docs/master/install/kube-install.sh
wget https://raw.githubusercontent.com/run-ai/docs/v2.14/install/kube-install.sh
```
* Run the script with ROOT privileges: `sudo ./kube-install.sh`
* When prompted, select the option to _install Kubernetes master_.
Expand All @@ -41,7 +41,7 @@ On each designated worker node:

* Get the script by running:
```
wget https://raw.githubusercontent.com/run-ai/docs/master/install/kube-install.sh
wget https://raw.githubusercontent.com/run-ai/docs/v2.14/install/kube-install.sh
```
* Run the script with ROOT privileges: `sudo ./kube-install.sh`
* When prompted, select the option to _install Kubernetes worker_.
Expand Down Expand Up @@ -74,7 +74,7 @@ The same script also contains an option to completely remove Kubernetes from nod

* Get the script by running:
```
wget https://raw.githubusercontent.com/run-ai/docs/master/install/kube-install.sh
wget https://raw.githubusercontent.com/run-ai/docs/v2.14/install/kube-install.sh
```
* Run the script with ROOT privileges: `sudo ./kube-install.sh`
* When prompted, select the option to _reset/delete kubernetes_.
Expand Down
1 change: 0 additions & 1 deletion docs/home/whats-new-2-14.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ TODO Add RBAC old--new conversion table here. -->
### Scheduler

* 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).

### Ephemeral volumes
<!--RUN-9958/RUN-10061 Ephemeral volumes in workspaces -->
* 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).
Expand Down

0 comments on commit 63aa6b7

Please sign in to comment.