Skip to content

Commit cc75593

Browse files
[RUN-11564] add deployment improvements to whats new
1 parent 317dfae commit cc75593

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed

docs/admin/admin-ui-setup/deployments.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,12 @@ The main view shows a list of Deployments:
88

99
![job-list](img/deployment-list.png)
1010

11-
1211
## Submit a Deployment
13-
On the top right, you can choose to Submit a new Deployment.
12+
On the top right, you can choose to Submit a new Deployment.
1413
!!! Note
1514
If [knative is not installed in your cluster](../runai-setup/cluster-setup/cluster-prerequisites.md#inference) the button will be grayed out.
1615

17-
A Deployment form will open:
16+
A Deployment form will open:
1817

1918
![submit-job](img/submit-deployment.png)
2019

@@ -27,5 +26,4 @@ When selecting a single Deployment, a right-pane appears:
2726

2827
![job-properties](img/deployment-properties.png)
2928

30-
This multi-tab view provides information about Deployment details, related Pods, Deployment status history, and various utilization graphs.
31-
29+
This multi-tab view provides information about Deployment details, related Pods, Deployment status history, and various utilization graphs.

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,23 @@ TODO Add RBAC old--new conversion table here. -->
5353
<!-- RUN-11421/RUN-11508 Consumption report cost and bugs -->
5454
* We are pleased to announce that we have added an additional table to the Consumption dashboard. This table contains the consumption per department and the cost per department. For more information, see [Consumption dashboard](../admin/admin-ui-setup/dashboard-analysis.md#consumption-dashboard).
5555

56+
##### Deployment improvements
57+
<!-- 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 -->
61+
<!-- 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*.
72+
5673
#### Fixed issues
5774

5875
| Internal ID | Description |

0 commit comments

Comments
 (0)