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
Excluding the user deployments/pods, the **total minimum system resources requirements** are as follows:
56
+
Excluding your own deployments/pods, the **total minimum system resources requirements** are as follows:
57
57
58
58
|Scenario | Enabled Inference | Enabled Training | CPU Request(m) |CPU Limit(m)| Memory Request(Mi) | Memory Limit(Mi) | Node count | Recommended minimum VM size | Corresponding AKS VM SKU |
59
59
|-- |-- |--|--|--|--|--|--|--|--|
@@ -117,7 +117,7 @@ Some logs about AzureML workloads in the cluster will be collected through exten
117
117
|healthcheck |--| The logs contain azureml namespace resource (AzureML extension) status to diagnose what make the extension not functional. |
118
118
|inference-operator-controller-manager| Manage the lifecycle of inference endpoints. |The logs contain AzureML inference endpoint and deployment pod status in the cluster.|
119
119
| metrics-controller-manager | Manage the configuration for Prometheus.|Trace logs for status of uploading training job and inference deployment metrics on CPU utilization and memory utilization.|
120
-
|relayserver|relayserver is only needed in arc-connected cluster and will not be installed in AKS cluster.|Relayserver works with Azure Relay to communicate with the cloud services. The logs contain request level info from Azure relay. |
120
+
|relay server|relay server is only needed in arc-connected cluster and will not be installed in AKS cluster.|Relay server works with Azure Relay to communicate with the cloud services. The logs contain request level info from Azure relay. |
121
121
122
122
123
123
## AzureML jobs connect with custom data storage
@@ -228,7 +228,7 @@ This tutorial helps illustrate how to integrate the [Nginx Ingress Controller](h
228
228
229
229
### Expose services over HTTP
230
230
231
-
In order to expose the azureml-fe we will using the following ingress resource:
231
+
In order to expose the azureml-fe, we will use the following ingress resource:
232
232
233
233
```yaml
234
234
# Nginx Ingress Controller example
@@ -396,7 +396,7 @@ More information about how to use ARM template can be found from [ARM template d
396
396
| Date | Version |Version description |
397
397
|---|---|---|
398
398
| Dec 27, 2022 | 1.1.17 | Move the Fluent-bit from DaemonSet to sidecars. Add MDC support. Refine error messages. Support cluster mode (windows, linux) jobs. Bug fixes|
399
-
| Nov 29, 2022 | 1.1.16 |Add instance type validation by new *crd*. Support Tolerance. Shorten SVC Name. Workload Core hour. Multiple Bug fixes and improvements. |
399
+
| Nov 29, 2022 | 1.1.16 |Add instance type validation by new CRD. Support Tolerance. Shorten SVC Name. Workload Core hour. Multiple Bug fixes and improvements. |
400
400
| Sep 13, 2022 | 1.1.10 | Bug fixes.|
401
401
| Aug 29, 2022 | 1.1.9 | Improved health check logic. Bug fixes.|
0 commit comments