Skip to content

Commit c913ed7

Browse files
Added to whats new tolerations meaning
1 parent cc75593 commit c913ed7

File tree

1 file changed

+17
-13
lines changed

1 file changed

+17
-13
lines changed

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

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -55,20 +55,24 @@ TODO Add RBAC old--new conversion table here. -->
5555

5656
##### Deployment improvements
5757
<!-- RUN-11563/RUN-11564 MPS and tolerance -->
58-
* We are pleased to announce improvements to the deployment form which now include support for tolerations and Multi-Process Service (MPS).
59-
* *Tolerations* are <!-- TODO explain tolerations -->.
60-
* Multi-Process Service (MPS) is <!--TODO explain MPS here -->
58+
* We are pleased to announce improvements to the deployment form which now include support for and *Multi-Process Service (MPS)*. *MPS* is a service which allows the running of parallel processes on the same GPU, which are all run by the same userid. To enable *MPS* support, move the selector switch on the *Deployments* form.
59+
60+
!!! Note
61+
If you do not use the same userid, the processes will run in serial and could possibly degrade performance.
62+
63+
* We are pleased to announce improvements to the deployment form which now include support for *Tolerations*. *Tolerations* guide the system to which node each pod can be
64+
scheduled to or evicted by matching between rules and taints defined for each Kubernetes node.
65+
6166
<!-- Configuration procedure added here because the deployments page has no procedure on it. -->
62-
To configure *Tolerations* and *MPS*:
63-
1. In the left pane menu, press *Deployments*, then press *New deployment*.
64-
2. Complete the required fields in the form, then press *Container definition*.
65-
3. To enable *MPS* support, move the selector switch.
66-
4. To configure *Tolerations*:
67-
1. In the *Tolerations* pane, press *Add*.
68-
2. Enter the *Key* and *Operator*.
69-
3. Select an *Effect* from the drop down menu.
70-
4. Enter a *Value* and *Toleration seconds* (optional).
71-
5. When your form is complete press *Deploy*.
67+
To configure *Tolerations*:
68+
1. In the left pane menu, press *Deployments*, then press *New deployment*.
69+
2. Complete the required fields in the form, then press *Container definition*.
70+
3. To configure *Tolerations*:
71+
1. In the *Tolerations* pane, press *Add*.
72+
2. Enter the *Key* and select and option from the *Operator* drop down.
73+
3. Select an *Effect* from the drop down.
74+
4. Enter a *Value* and *Toleration seconds* (optional).
75+
4. When your form is complete press *Deploy*.
7276

7377
#### Fixed issues
7478

0 commit comments

Comments
 (0)