diff --git a/docs/admin/runai-setup/cluster-setup/install-k8s.md b/docs/admin/runai-setup/cluster-setup/install-k8s.md index 7569368a7c..5a1f10fbc4 100644 --- a/docs/admin/runai-setup/cluster-setup/install-k8s.md +++ b/docs/admin/runai-setup/cluster-setup/install-k8s.md @@ -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_. @@ -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_. @@ -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_. diff --git a/docs/home/whats-new-2-14.md b/docs/home/whats-new-2-14.md index aa77d82600..1b4753308e 100644 --- a/docs/home/whats-new-2-14.md +++ b/docs/home/whats-new-2-14.md @@ -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 * 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).