You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
+
61
66
<!-- 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).
0 commit comments