Skip to content

Commit 1802077

Browse files
authored
Apply suggestions from PR review
1 parent f29d43b commit 1802077

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/machine-learning/how-to-attach-kubernetes-to-workspace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Otherwise, if a [user-assigned managed identity is specified in Azure Machine Le
5151
|--|--|--|
5252
|Azure Relay|Azure Relay Owner|Only applicable for Arc-enabled Kubernetes cluster. Azure Relay isn't created for AKS cluster without Arc connected.|
5353
|Kubernetes - Azure Arc or Azure Kubernetes Service|Reader <br> Kubernetes Extension Contributor <br> Azure Kubernetes Service Cluster Admin |Applicable for both Arc-enabled Kubernetes cluster and AKS cluster.|
54-
|Azure Kubernetes Service|Contributor|For cluster in the region enabled Trusted Access cluster and workspace uses user assigned managed identity. You can check [this doc](https://github.com/Azure/AML-Kubernetes/blob/master/docs/azureml-aks-ta-support.md) for details.|
54+
|Azure Kubernetes Service|Contributor|Required only for AKS clusters that use the Trusted Access feature. The workspace uses user-assigned managed identity. See [AzureML access to AKS clusters with special configurations](https://github.com/Azure/AML-Kubernetes/blob/master/docs/azureml-aks-ta-support.md) for details.|
5555

5656

5757
> [!TIP]

articles/machine-learning/how-to-troubleshoot-kubernetes-compute.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,12 +173,12 @@ The error message is as follows:
173173
AzureML extension service not found in cluster.
174174
````
175175

176-
This error should occur when the extension owned ingress service does not have enough backend pod.
176+
This error should occur when the extension-owned ingress service doesn't have enough backend pods.
177177

178178
You can:
179179

180-
* Access the cluster and check the status of service `azureml-ingress-nginx-controller` and its backend pod under `azureml` namespace.
181-
* If cluster does not have any running backend pod, check the reason by describe the pod. For example, if the pod does not have enough resources to run, you can delete some pods to free enough resources for the ingress pod.
180+
* Access the cluster and check the status of the service `azureml-ingress-nginx-controller` and its backend pod under the `azureml` namespace.
181+
* If the cluster doesn't have any running backend pods, check the reason by describing the pod. For example, if the pod doesn't have enough resources to run, you can delete some pods to free enough resources for the ingress pod.
182182

183183
#### ERROR: ClusterUnauthorized
184184

@@ -188,7 +188,7 @@ The error message is as follows:
188188
Request to Kubernetes cluster unauthorized.
189189
````
190190

191-
This error should only occur in TA-enabled cluster, means the access token has expired during the deployment.
191+
This error should only occur in the TA-enabled cluster, which means the access token expired during the deployment.
192192

193193
You can try again after several minutes.
194194

0 commit comments

Comments
 (0)