Skip to content

Commit 5bce82e

Browse files
authored
Apply suggestions from code review
Corrected issues flagged by Acrolinx
1 parent 35d40bc commit 5bce82e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/machine-learning/how-to-troubleshoot-online-endpoints.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ This is a list of reasons you might run into this error when creating/updating t
549549

550550
### ERROR: TokenRefreshFailed
551551

552-
This is because extension cannot get principal credential from Azure because the Kubernetes cluster identity is not set properly, please re-install the [Azure Machine learning extension](../machine-learning/how-to-deploy-kubernetes-extension.md) and try again.
552+
This is because extension cannot get principal credential from Azure because the Kubernetes cluster identity is not set properly, please re-install the [Azure Machine Learning extension](../machine-learning/how-to-deploy-kubernetes-extension.md) and try again.
553553

554554

555555
### ERROR: GetAADTokenFailed
@@ -561,20 +561,20 @@ This is because the Kubernetes cluster request AAD token failed or timeout, plea
561561

562562
If your workspace is a private workspace which disabled public network access, the Kubernetes cluster should only communicate with that private workspace through the private link.
563563

564-
* You can check the if workspace access allows public access, no matter an AKS cluster itself is public or private, it cannot access the private workspace.
564+
* You can check if the workspace access allows public access, no matter if an AKS cluster itself is public or private, it cannot access the private workspace.
565565
* More information you can refer to [Secure Azure Kubernetes Service inferencing environment](../machine-learning/how-to-secure-kubernetes-inferencing-environment.md#what-is-a-secure-aks-inferencing-environment)
566566

567567
### ERROR: ACRAuthenticationChallengeFailed
568568

569569
This is because the Kubernetes cluster cannot reach ACR service of the workspace to do authentication challenge. Please check your network, especially the ACR public network access, then try again.
570570

571-
You can follow the troubleshooting steps in [GetAADTokenFailed](#error-getaadtokenfailed) to check the the network.
571+
You can follow the troubleshooting steps in [GetAADTokenFailed](#error-getaadtokenfailed) to check the network.
572572

573573
### ERROR: ACRTokenExchangeFailed
574574

575575
This is because the Kubernetes cluster exchange ACR token failed because AAD token is unauthorized yet, since the role assignment takes some time, so you can wait a moment then try again.
576576

577-
This failed may also due to too many requests to the ACR service at that time, it should be a transient error, you can try again later.
577+
This failure may also be due to too many requests to the ACR service at that time, it should be a transient error, you can try again later.
578578

579579
### ERROR: ImagePullLoopBackOff
580580

0 commit comments

Comments
 (0)