Skip to content

Commit 4ded1b7

Browse files
committed
Update k8s compute TSG and log info
1 parent cf01392 commit 4ded1b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/machine-learning/reference-kubernetes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ When you deploy the AzureML extension, some related services will be deployed to
5353
|volcano-schedular |1 |N/A |**✓**|50|500|128|512|
5454

5555

56-
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:
5757

5858
|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 |
5959
|-- |-- |--|--|--|--|--|--|--|--|
@@ -117,7 +117,7 @@ Some logs about AzureML workloads in the cluster will be collected through exten
117117
|healthcheck |--| The logs contain azureml namespace resource (AzureML extension) status to diagnose what make the extension not functional. |
118118
|inference-operator-controller-manager| Manage the lifecycle of inference endpoints. |The logs contain AzureML inference endpoint and deployment pod status in the cluster.|
119119
| 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. |
121121

122122

123123
## AzureML jobs connect with custom data storage
@@ -228,7 +228,7 @@ This tutorial helps illustrate how to integrate the [Nginx Ingress Controller](h
228228

229229
### Expose services over HTTP
230230

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:
232232

233233
```yaml
234234
# Nginx Ingress Controller example
@@ -396,7 +396,7 @@ More information about how to use ARM template can be found from [ARM template d
396396
| Date | Version |Version description |
397397
|---|---|---|
398398
| 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. |
400400
| Sep 13, 2022 | 1.1.10 | Bug fixes.|
401401
| Aug 29, 2022 | 1.1.9 | Improved health check logic. Bug fixes.|
402402
| Jun 23, 2022 | 1.1.6 | Bug fixes. |

0 commit comments

Comments
 (0)